From cbaed98f08676a138a82a3cf81ac632413077587 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 16 Dec 2005 07:09:15 +0000 Subject: [PATCH] use negative groupvalues remove debug output --- setup/ldapexport.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup/ldapexport.php b/setup/ldapexport.php index 16e9b6b9ec..f8a8ba12df 100644 --- a/setup/ldapexport.php +++ b/setup/ldapexport.php @@ -145,10 +145,6 @@ } $id_exist = $groups->exists((int)$thisacctid); - echo '
accountid: ' . $thisacctid; - echo '
accountlid: ' . $thisacctlid; - echo '
exists: ' . $id_exist; - /* If not, create it now. */ if(!$id_exist) { @@ -195,7 +191,6 @@ // If not, create it now. if(!$id_exist) { - echo '
Adding' . $thisacctid; $thisaccount_info = array( 'account_type' => 'u', 'account_id' => $thisacctid,