Found another problem on the same line

This commit is contained in:
Miles Lott 2001-03-29 12:24:03 +00:00
parent 01cd30a78f
commit 966cc127e0

View File

@ -283,7 +283,7 @@
if ($_userData['old_loginid'] != $_userData['account_lid'])
{
if ($phpgw->accounts->exists($_userData['account_loginid']))
if ($phpgw->accounts->exists($_userData['account_lid']))
{
$error[$totalerrors] = lang('That loginid has already been taken');
$totalerrors++;