summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c0d3a22)
raw | patch | inline | side by side (parent: c0d3a22)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Jan 2008 08:27:51 +0000 (08:27 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 1b39d79252f99116e2e8d907c9faabd1efaae0b1..763db832a0ccb88418a9d8f17d6beb3008a7d78b 100644 (file)
{
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);
}
}