[Tickets #5378] Undefined index: params

bugs at bugs.horde.org bugs at bugs.horde.org
Sat May 19 15:47:05 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5378
-----------------------------------------------------------------------
 Ticket             | 5378
 Created By         | agerhard at usp.br
 Summary            | Undefined index: params
 Queue              | IMP
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


agerhard at usp.br (2007-05-19 08:47) wrote:

These warning lines appears repeatedly in the PHP error log file:

[19-Mai-2007 12:40:09] PHP Notice:  Undefined index:  params in
/usr/local/www/imp4.1.4/horde/imp/message.php on line 590
[19-Mai-2007 12:40:12] PHP Notice:  Undefined index:  params in
/usr/local/www/imp4.1.4/horde/imp/mailbox.php on line 425

It seems to be related to the following code in mailbox.php (and also
message.php):

/* Print quota information. */
if (isset($imp['quota']) && is_array($imp['quota'])) {
    require_once IMP_BASE . '/lib/Quota.php';
    $quotaDriver = &IMP_Quota::singleton($imp['quota']['driver'],
$imp['quota'][
'params']);
    if ($quotaDriver !== false) {
        $quota = $quotaDriver->getQuota();
        require IMP_TEMPLATES . '/quota/quota.inc';
    }
}




More information about the bugs mailing list