forked from extern/egroupware
Clears up a few warnings when logging warnings/errors to a log file.
This commit is contained in:
parent
7a13d1fef3
commit
1a1018cea4
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
$this->data['lastlogin'] = $allValues[0]['phpgwaccountlastlogin'][0];
|
$this->data['lastlogin'] = $allValues[0]['phpgwaccountlastlogin'][0];
|
||||||
$this->data['lastloginfrom'] = $allValues[0]['phpgwaccountlastloginfrom'][0];
|
$this->data['lastloginfrom'] = $allValues[0]['phpgwaccountlastloginfrom'][0];
|
||||||
$this->data['lastpasswd_change'] = $allValues[0]['phpgwlastpasswdchange'][0];
|
$this->data['lastpasswd_change'] = @$allValues[0]['phpgwlastpasswdchange'][0];
|
||||||
$this->data['status'] = trim($allValues[0]['phpgwaccountstatus'][0]);
|
$this->data['status'] = trim($allValues[0]['phpgwaccountstatus'][0]);
|
||||||
$this->data['type'] = $allValues[0]['phpgwaccounttype'][0];
|
$this->data['type'] = $allValues[0]['phpgwaccounttype'][0];
|
||||||
$this->data['expires'] = $allValues[0]['phpgwaccountexpires'][0];
|
$this->data['expires'] = $allValues[0]['phpgwaccountexpires'][0];
|
||||||
|
Loading…
Reference in New Issue
Block a user