fixed syntax error

This commit is contained in:
Carsten Wolff 2004-06-19 21:57:06 +00:00
parent 0a48d44490
commit 6881070b41

View File

@ -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'];