Code

Display all departments.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Jan 2008 14:41:53 +0000 (14:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Jan 2008 14:41:53 +0000 (14:41 +0000)
Also tagged.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8295 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index 42587d2072b00b57820a818d11de3dfd042d5773..bf5d0ab755b01c9744661b661355bc50f4177e63 100644 (file)
@@ -625,7 +625,7 @@ class config  {
       if (isset($config->current['STRICT_UNITS']) && preg_match('/true/i', $config->current['STRICT_UNITS'])){
         if ($ui->gosaUnitTag != "" && isset($this->tdepartments[$val]) &&
             $this->tdepartments[$val] != $ui->gosaUnitTag){
-          continue;
+#          continue;
         }
       }