From f1654848b7e19f2ffdc8bd7e295526e1e1106ce8 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 30 Mar 2011 13:17:49 +0200 Subject: findBy Methode angepasst --- application/modules/fbgui/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/fbgui/controllers/IndexController.php') 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'; } -- cgit v1.2.3-55-g7522