summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/IndexController.php
diff options
context:
space:
mode:
authorSimon2011-03-16 11:44:10 +0100
committerSimon2011-03-16 11:44:10 +0100
commit2309f2caffde01967477baf5633b7a1783eff159 (patch)
tree71103009e4838c3c685002b5fae5acf4d61692e5 /application/modules/user/controllers/IndexController.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-2309f2caffde01967477baf5633b7a1783eff159.tar.gz
pbs2-2309f2caffde01967477baf5633b7a1783eff159.tar.xz
pbs2-2309f2caffde01967477baf5633b7a1783eff159.zip
session erstellen in fbgui verschoben, library kann von überall verwendet werden
Diffstat (limited to 'application/modules/user/controllers/IndexController.php')
-rw-r--r--application/modules/user/controllers/IndexController.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/application/modules/user/controllers/IndexController.php b/application/modules/user/controllers/IndexController.php
index 1d41157..d39ff21 100644
--- a/application/modules/user/controllers/IndexController.php
+++ b/application/modules/user/controllers/IndexController.php
@@ -10,10 +10,7 @@ class User_IndexController extends Zend_Controller_Action
public function indexAction()
{
- $n = new Pbs_PbsSession();
- $session = new Application_Model_Session();
- $session->setID('1');
- $n->createsession($session);
+
}