summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/controllers
diff options
context:
space:
mode:
authormichael pereira2011-03-30 13:17:49 +0200
committermichael pereira2011-03-30 13:17:49 +0200
commitf1654848b7e19f2ffdc8bd7e295526e1e1106ce8 (patch)
treea984c4f7401c83eddb42fc7faa9c50231459c472 /application/modules/fbgui/controllers
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-f1654848b7e19f2ffdc8bd7e295526e1e1106ce8.tar.gz
pbs2-f1654848b7e19f2ffdc8bd7e295526e1e1106ce8.tar.xz
pbs2-f1654848b7e19f2ffdc8bd7e295526e1e1106ce8.zip
findBy Methode angepasst
Diffstat (limited to 'application/modules/fbgui/controllers')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index c70386f..505c68b 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -26,7 +26,7 @@ class Fbgui_IndexController extends Zend_Controller_Action
$groupID = $bootiso->getGroupID();
}
elseif(isset($_POST['serialnumber'])){
- $results = $bootisomapper->findBy('serialnumber',$_POST['serialnumber']);
+ $results = $bootisomapper->findBy('serialnumber',$_POST['serialnumber'],true);
if(count($results) == 0){
echo 'Your serialnumber is not known by the system';
}