[dev] IMP Problem when I disconnect
Joel Vandal
jvandal@subi.to
Fri, 7 Jun 2002 10:22:28 -0400
Hi,
I get the following message when I click on disconnect on Horde/IMP .
===
Warning: Constant sid already defined in /var/www/html/horde/imp/login.php
on line 143
Warning: Cannot send session cache limiter - headers already sent (output
started at /var/www/html/horde/imp/login.php:143) in
/var/www/html/horde/imp/login.php on line 143
===
If I comment the line 143 in imp/login.php, I don't get this problem...
/* Build the <select> widget containing the available languages. */
if (!$prefs->isLocked('language')) {
$horde_language = Lang::select();
// session_register('horde_language'); <<<<<<<<<<<<< Line 143
--
Joel Vandal