From e8e9e32025b7d47897a0473c50a86d04e5494bb8 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 26 May 2001 21:26:37 +0000 Subject: [PATCH] Add brackets to if statement --- setup/ldap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/ldap.php b/setup/ldap.php index 0bad9ff06d..29d072e3c1 100644 --- a/setup/ldap.php +++ b/setup/ldap.php @@ -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 "

WARNING: user '$thisacctlid'=$thisacctid already exist in SQL under the account_id=$acct_exist

"; + } } $id_exist = $accounts->exists(intval($thisacctid)); // If the account does not exist in _both_ (== returnvalue < 3) create it