From: hickert Date: Wed, 27 Jul 2011 06:39:02 +0000 (+0000) Subject: Removed debug stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=db68db2cafa380a2665fbdf8c5411ae3b7c9fbde;p=gosa.git Removed debug stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20953 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index dc61ad92d..87b29d32f 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -3941,10 +3941,8 @@ function gosa_fopen($filename, $mode) /*\brief Our own in_array method which defaults to a strict mode. */ -function in_array_strict($needle, $haystack, $strict = TRUE){ - if(!$strict){ - syslog(1, "!"); - } +function in_array_strict($needle, $haystack, $strict = TRUE) +{ return(in_array($needle, $haystack, $strict)); }