mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
missing ;
This commit is contained in:
parent
b9e1fd0763
commit
2b156edc17
@ -429,7 +429,7 @@
|
|||||||
|
|
||||||
if ($allValues[0]['gidnumber'][0])
|
if ($allValues[0]['gidnumber'][0])
|
||||||
{
|
{
|
||||||
$name_list[$account_lid] = False
|
$name_list[$account_lid] = False;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $name_list[$account_lid];
|
return $name_list[$account_lid];
|
||||||
|
Loading…
Reference in New Issue
Block a user