[imp] $imp['delimiter'] is unset..
Michael M Slusarz
slusarz at mail.curecanti.org
Tue Aug 2 23:35:30 PDT 2005
Quoting Liam Hoekenga <liamr at umich.edu>:
> So, this log seems to be filling my apache error logs..
>
> [Mon Aug 1 00:38:55 2005] [error] PHP Notice: Undefined index:
> delimiter in
> /usr/local/projects/webmail/html-ssl/horde/imp/lib/Folder.php
> on line 205
>
> Doesn't delimiter get set automatically?
> Stranger yet, my php.ini file is set not to display notices.. or at least
> I believe it is. errror_reporting is set to
>
> E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
>
> any ideas here?
Does changing line 205 rom:
$imap_mailboxes = &new IMAP_Sort($GLOBALS['imp']['delimiter']);
to:
$imap_mailboxes = &new IMAP_Sort($_SESSION['imp']['delimiter']);
fix it for you?
michael
_______________________________________
Michael Slusarz [slusarz at curecanti.org]
More information about the imp
mailing list