fix banner

This commit is contained in:
Miles Lott 2002-01-11 02:01:24 +00:00
parent f075681f38
commit 5cff4754a0

View File

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