From: hickert Date: Fri, 12 Dec 2008 14:54:53 +0000 (+0000) Subject: removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c17703e1df2b1672fd33de014341ca191b87ae7f;p=gosa.git removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13289 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 7302cfdc7..41c75df1b 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -599,7 +599,7 @@ function ldap_expired_account($config, $userdn, $username) function add_lock($object, $user) { global $config; - echo "$object
"; +// echo "$object
"; /* Remember which entries were opened as read only, because we don't need to remove any locks for them later. @@ -661,7 +661,7 @@ function del_lock ($object) { global $config; - echo "$object
"; +// echo "$object
"; if(is_array($object)){ foreach($object as $obj){