Code

removed debug stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 15:11:44 +0000 (15:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 15:11:44 +0000 (15:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15334 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc

index 4a4d4001899b4ea25d5d15bba8559af32cca3d73..69787c02447c960c3d8d181bf3de0aa877eab521 100644 (file)
@@ -31,7 +31,7 @@ class servrepository extends goService
 
     /* Skip this if fai is deactivated */
     $tmp= $this->config->search("faiManagement", "CLASS",array('menu','tabs'));
-    if(0 && !empty($tmp)){
+    if(!empty($tmp)){
       $this->fai_activated = TRUE;    
     }else{
       return;