mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Add brackets to if statement
This commit is contained in:
parent
201db9cb5e
commit
e8e9e32025
@ -163,7 +163,9 @@
|
||||
{ // this could be fatal if one already has an user with account_lid == uid
|
||||
// $thisacctid = $acct_exist; // and uses the LDAP uidnumber for an unix account
|
||||
if ($acct_exist != $thisacctid)
|
||||
{
|
||||
echo "<p>WARNING: user '$thisacctlid'=$thisacctid already exist in SQL under the account_id=$acct_exist</p>";
|
||||
}
|
||||
}
|
||||
$id_exist = $accounts->exists(intval($thisacctid));
|
||||
// If the account does not exist in _both_ (== returnvalue < 3) create it
|
||||
|
Loading…
Reference in New Issue
Block a user