mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Found another problem on the same line
This commit is contained in:
parent
01cd30a78f
commit
966cc127e0
@ -283,7 +283,7 @@
|
|||||||
|
|
||||||
if ($_userData['old_loginid'] != $_userData['account_lid'])
|
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');
|
$error[$totalerrors] = lang('That loginid has already been taken');
|
||||||
$totalerrors++;
|
$totalerrors++;
|
||||||
|
Loading…
Reference in New Issue
Block a user