summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad99a54)
raw | patch | inline | side by side (parent: ad99a54)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 May 2010 15:05:22 +0000 (15:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 May 2010 15:05:22 +0000 (15:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18395 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history | |
gosa-core/plugins/addons/configViewer/class_configViewer.inc | patch | blob | history |
index d0479c4175c1d3af953c93782cd6f40cbab1f400..4e32698d25af3658e113b54b84be5888097cd1e8 100644 (file)
"check" => "",
"migrate" => "",
"group" => "core",
- "mandatory" => TRUE),
+ "mandatory" => FALSE),
array(
"name" => "honourUnitTags",
diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc
index 02d129049fb30078a817d3fd6a682ddc735b5726..7ec012f79159d41f590c2a6a359842ef245cf294 100644 (file)
$valid = TRUE;
foreach($all as $prop){
$valid &= $prop->check();
- if(!$valid) break;
}
// Now save the properties.