summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f05f5c)
raw | patch | inline | side by side (parent: 1f05f5c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Aug 2008 07:16:33 +0000 (07:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 20 Aug 2008 07:16:33 +0000 (07:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12250 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/php_setup.inc | patch | blob | history |
index d0b1a266cc8bd794d583bf894b94fdd29ed1afe7..17118698f01a29f3320023dac1a2d6f22c756afb 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)){