mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
fixed syntax error
This commit is contained in:
parent
0a48d44490
commit
6881070b41
@ -79,7 +79,7 @@
|
||||
$this->data['lastname'] = $GLOBALS['phpgw']->translation->convert($allValues[0]['sn'][0],'utf-8');
|
||||
if(isset($allValues[0]['email'][0]))
|
||||
{
|
||||
$this->data['mailaddress'] = $allValues[0]['email'][0]);
|
||||
$this->data['mailaddress'] = $allValues[0]['email'][0];
|
||||
}
|
||||
}
|
||||
$this->data['account_dn'] = $allValues[0]['dn'];
|
||||
|
Loading…
Reference in New Issue
Block a user