summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/ResourceController.php
diff options
context:
space:
mode:
authormichael pereira2011-07-11 03:00:51 +0200
committermichael pereira2011-07-11 03:00:51 +0200
commit425f1bb6a89d9d65646b66b707649d821dbd8f76 (patch)
tree2790bcc6df21301682d40487893f5edb26d5291b /application/modules/ipxe/controllers/ResourceController.php
parentredirect raus (diff)
downloadpbs2-425f1bb6a89d9d65646b66b707649d821dbd8f76.tar.gz
pbs2-425f1bb6a89d9d65646b66b707649d821dbd8f76.tar.xz
pbs2-425f1bb6a89d9d65646b66b707649d821dbd8f76.zip
redirect raus
Diffstat (limited to 'application/modules/ipxe/controllers/ResourceController.php')
-rw-r--r--application/modules/ipxe/controllers/ResourceController.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php
index adce5df..80315f1 100644
--- a/application/modules/ipxe/controllers/ResourceController.php
+++ b/application/modules/ipxe/controllers/ResourceController.php
@@ -73,16 +73,16 @@ class Ipxe_ResourceController extends Zend_Controller_Action
$bootmenuID = $pbsFilter->evaluate();
if($bootmenuID != null){
- $vesamenuView->alphaID = $this->thisSession->getAlphasessionID();
-
- $bootmenuMapper = new Application_Model_BootMenuMapper();
- $bm = $bootmenuMapper->find($bootmenuID);
- $vesamenuView->title = $bm->getTitle();
-// $this->view->startcounter = $bm->getStartcounter();
-
- $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper();
- $res = $bootmenuentriesMapper->findBy(array('bootmenuID' => $bootmenuID),false);
- $vesamenuView->bmelist = $res;
+// $vesamenuView->alphaID = $this->thisSession->getAlphasessionID();
+//
+// $bootmenuMapper = new Application_Model_BootMenuMapper();
+// $bm = $bootmenuMapper->find($bootmenuID);
+// $vesamenuView->title = $bm->getTitle();
+//// $this->view->startcounter = $bm->getStartcounter();
+//
+// $bootmenuentriesMapper = new Application_Model_BootMenuEntriesMapper();
+// $res = $bootmenuentriesMapper->findBy(array('bootmenuID' => $bootmenuID),false);
+// $vesamenuView->bmelist = $res;
}
else{