mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +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);
|
$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 not, create it now. */
|
||||||
if(!$id_exist)
|
if(!$id_exist)
|
||||||
{
|
{
|
||||||
@ -195,7 +191,6 @@
|
|||||||
// If not, create it now.
|
// If not, create it now.
|
||||||
if(!$id_exist)
|
if(!$id_exist)
|
||||||
{
|
{
|
||||||
echo '<br />Adding' . $thisacctid;
|
|
||||||
$thisaccount_info = array(
|
$thisaccount_info = array(
|
||||||
'account_type' => 'u',
|
'account_type' => 'u',
|
||||||
'account_id' => $thisacctid,
|
'account_id' => $thisacctid,
|
||||||
|
Loading…
Reference in New Issue
Block a user