Code

Removed debug setting
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Jan 2008 08:27:51 +0000 (08:27 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Jan 2008 08:27:51 +0000 (08:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8188 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_ldap.inc

index 1b39d79252f99116e2e8d907c9faabd1efaae0b1..763db832a0ccb88418a9d8f17d6beb3008a7d78b 100644 (file)
@@ -1364,7 +1364,7 @@ class LDAP{
   {
     if (isset($_SESSION['config'])){
       $cfg= $_SESSION['config'];
-      if (1 || isset($cfg->current['LDAPSTATS']) && preg_match('/true/i', $cfg->current['LDAPSTATS'])){
+      if (isset($cfg->current['LDAPSTATS']) && preg_match('/true/i', $cfg->current['LDAPSTATS'])){
         syslog (LOG_INFO, $string);
       }
     }