diff options
| author | Simon | 2011-04-12 14:11:39 +0200 |
|---|---|---|
| committer | Simon | 2011-04-12 14:11:39 +0200 |
| commit | bb40ce261f84adfc03cbe9132216367affa38d6b (patch) | |
| tree | a5e128f73cdf475424ee3a6cd0e9408b49fd4c59 /application/modules/user/controllers/BootosController.php | |
| parent | Default-User added (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-bb40ce261f84adfc03cbe9132216367affa38d6b.tar.gz pbs2-bb40ce261f84adfc03cbe9132216367affa38d6b.tar.xz pbs2-bb40ce261f84adfc03cbe9132216367affa38d6b.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/controllers/BootosController.php')
| -rw-r--r-- | application/modules/user/controllers/BootosController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/controllers/BootosController.php b/application/modules/user/controllers/BootosController.php index 917441a..b4801f6 100644 --- a/application/modules/user/controllers/BootosController.php +++ b/application/modules/user/controllers/BootosController.php @@ -1,4 +1,4 @@ -<?php +v<?php class user_BootosController extends Zend_Controller_Action { @@ -84,6 +84,8 @@ class user_BootosController extends Zend_Controller_Action if(count($this->view->bootoslist)>0){ foreach ($this->view->bootoslist as $bootos){ $this->view->update[$bootos->getID()] = $update && $this->checkupdateAction($bootos); + if($bootos->getDefaultkcl() == null) + $bootos->setDefaultkcl("none (edit Bootos to set KCL)"); $bootos->setGroupID("[".$bootos->getGroupID()."] ".$groupMapper->find($bootos->getGroupID())->getTitle()); $bootos->setConfigID("[".$bootos->getConfigID()."] ".$configMapper->find($bootos->getConfigID())->getTitle()); $bootos->setCreated(date(Zend_Registry::get('dateformat'),$bootos->getCreated())); |
