Code

removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Dec 2008 14:54:53 +0000 (14:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Dec 2008 14:54:53 +0000 (14:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13289 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 7302cfdc7b7a6a11d0d99acfac117d4ecf9b0ca1..41c75df1b7238d8db334cd410011e69fd321e91f 100644 (file)
@@ -599,7 +599,7 @@ function ldap_expired_account($config, $userdn, $username)
 function add_lock($object, $user)
 {
   global $config;
-  echo "<font color='green'><b>$object</b></object><br>";
+//  echo "<font color='green'><b>$object</b></object><br>";
 
   /* 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 "<font color='red'><b>$object</b></object><br>";
+//  echo "<font color='red'><b>$object</b></object><br>";
 
   if(is_array($object)){
     foreach($object as $obj){