Reply button
Brought to you by:
cajardim
When I click on the Reply button at the right-top of the window, I got this message every time:
Warning: preg_split() expects parameter 4 to be long, string given in
/www/mail/functions/imap_messages.php on line 808
Warning: Invalid argument supplied for foreach() in /www/mail/functions/mime.php on line 52
Logged In: NO
edit the file:
plugins/calendar/calendar.php
find this line:
."\" title=\"$title\">".htmlspecialchars($calbar['title'])."</a>TESTE<br />\n";
change it to:
."\" title=\"$title\">".htmlspecialchars($calbar['title'])."</a><br />\n";