mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
fix banner
This commit is contained in:
parent
f075681f38
commit
5cff4754a0
@ -5,7 +5,7 @@
|
||||
* and Mark Peters <skeeter@phpgroupware.org> *
|
||||
* Manages user preferences *
|
||||
* Copyright (C) 2000, 2001 Joseph Engo *
|
||||
* ------------------------------------------------------------------------- *
|
||||
* -------------------------------------------------------------------------*
|
||||
* This library is part of the phpGroupWare API *
|
||||
* http://www.phpgroupware.org/api *
|
||||
* ------------------------------------------------------------------------ *
|
||||
@ -505,8 +505,7 @@
|
||||
$prefs = $this->data;
|
||||
}
|
||||
// are we dealing with the default email account or an extra email account?
|
||||
if (!(isset($acctnum))
|
||||
|| ((string)$acctnum == ''))
|
||||
if (!(isset($acctnum)) || ((string)$acctnum == ''))
|
||||
{
|
||||
// account 0 is the default email account
|
||||
$acctnum = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user