Missed an 'l'

This commit is contained in:
Miles Lott 2001-04-05 20:00:34 +00:00
parent 42f5df0ee9
commit 63d18c1bd2

View File

@ -144,7 +144,7 @@
// Check if the account is already there. // Check if the account is already there.
// If so, we won't try to create it again. // If so, we won't try to create it again.
$acct_exist = $acct->name2id($thisacctid); $acct_exist = $acct->name2id($thisacctlid);
if ($acct_exist) if ($acct_exist)
{ {
$thisacctid = $acct_exist; $thisacctid = $acct_exist;