From 1d098d7801ea4fe6af321af748f9c5850f5a58f0 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 7 Dec 2006 11:19:41 +0000 Subject: [PATCH] Removed debug entries. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5339 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 8 -------- 1 file changed, 8 deletions(-) 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; -- 2.30.2