From: hickert Date: Thu, 7 Dec 2006 11:19:41 +0000 (+0000) Subject: Removed debug entries. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1d098d7801ea4fe6af321af748f9c5850f5a58f0;p=gosa.git Removed debug entries. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5339 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 2cc2e8cf3..b1deb986e 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -462,7 +462,6 @@ function ldap_expired_account($config, $userdn, $username) function add_lock ($object, $user) { global $config; - echo "ADDING.. -> ".$object."
"; /* Just a sanity check... */ if ($object == "" || $user == ""){ @@ -503,13 +502,6 @@ function del_lock ($object) { global $config; - if(isset($_POST['delete_lock'])){ - echo "REMOVING -> ".$object."
"; - }else{ - echo "SKIP REMOVING -> ".$object."
"; - return; - } - /* Sanity check */ if ($object == ""){ return;