summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6a6abe1)
raw | patch | inline | side by side (parent: 6a6abe1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 09:11:50 +0000 (09:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 09:11:50 +0000 (09:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18356 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/configViewer/class_configViewer.inc | patch | blob | history |
diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc
index aeec8e4ad6fe894eb6f8b1d6c2089b7f161f64c1..99a34440b7033e9038069d68debd57366f307003 100644 (file)
$all = $this->config->configRegistry->getAllProperties();
$valid = TRUE;
foreach($all as $prop){
- echo $prop->getClass()."::".$prop->getName()."<br>";
$valid &= $prop->check();
}