use negative groupvalues

remove debug output
This commit is contained in:
Lars Kneschke 2005-12-16 07:09:15 +00:00
parent f88a71b91a
commit cbaed98f08

View File

@ -145,10 +145,6 @@
}
$id_exist = $groups->exists((int)$thisacctid);
echo '<br />accountid: ' . $thisacctid;
echo '<br />accountlid: ' . $thisacctlid;
echo '<br />exists: ' . $id_exist;
/* If not, create it now. */
if(!$id_exist)
{
@ -195,7 +191,6 @@
// If not, create it now.
if(!$id_exist)
{
echo '<br />Adding' . $thisacctid;
$thisaccount_info = array(
'account_type' => 'u',
'account_id' => $thisacctid,