summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 85193ed)
raw | patch | inline | side by side (parent: 85193ed)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jan 2008 14:41:53 +0000 (14:41 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8295 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_config.inc | patch | blob | history |
index 42587d2072b00b57820a818d11de3dfd042d5773..bf5d0ab755b01c9744661b661355bc50f4177e63 100644 (file)
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;
}
}