From: hickert Date: Wed, 5 May 2010 08:56:32 +0000 (+0000) Subject: fixed property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=226580d683c1bebd09e732b0ce8af02935fd7e31;p=gosa.git fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18075 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index fa7174269..c01a2ec0e 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -1082,6 +1082,8 @@ class config { return($this->configRegistry->getPropertyValue('core',$name)); } + syslog(1, $name); + $name= strtoupper($name); /* Check if we have a current value for $name */