summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 026154b)
raw | patch | inline | side by side (parent: 026154b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Jun 2010 12:03:12 +0000 (12:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Jun 2010 12:03:12 +0000 (12:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18838 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_config.inc | patch | blob | history |
index bfa9ca32758cbf3ba5b749cd16ce7e99ab9760ff..4f7c82f131114f4b4f7daa6de5e58f41bfaaff14 100644 (file)
}
// Show a warning in the syslog if there is an undefined property requested.
- syslog(1,"Unconfigured property: {$class}::{$name}");
+ new log("debug","","Unconfigured property: '{$class}::{$name}'",array(),'');
// Try to find the property in the config file directly.
$name= strtoupper($name);