summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b2d646)
raw | patch | inline | side by side (parent: 4b2d646)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 08:56:40 +0000 (08:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 08:56:40 +0000 (08:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18078 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/php_setup.inc | patch | blob | history |
index 954cabbfe1b502badf9057dc1458bdb79dceaf9c..2185ec791d1559669e0a3ad4e088c0b317e3b063 100644 (file)
}
/* Error messages are hidden in GOsa, so we only send them to the logging class and abort here */
- if(isset($config->data) && $config->get_cfg_value("displayerrors") != "true"){
+ if(isset($config->data) && $config->get_cfg_value("displayErrors") != "true"){
/* Write to syslog */
if(class_exists("log") && !preg_match("/No such object/",$errstr)){