From 9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Mar 2011 14:43:40 +0100 Subject: Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & select in free clients hinzugefügt --- application/controllers/SessionController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/controllers/SessionController.php') diff --git a/application/controllers/SessionController.php b/application/controllers/SessionController.php index fc3b962..21f94fa 100644 --- a/application/controllers/SessionController.php +++ b/application/controllers/SessionController.php @@ -20,6 +20,7 @@ class SessionController extends Zend_Controller_Action $createsession = new Application_Form_Session(); $this->view->createsession = $createsession; }else { + // TODO extend with normal function not only with post $createsession = new Application_Form_Session($_POST); print_a($_POST); if ($createsession->isValid($_POST)) { -- cgit v1.2.3-55-g7522