mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
use negative groupvalues
remove debug output
This commit is contained in:
parent
f88a71b91a
commit
cbaed98f08
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user