Marc Auzanneau wrote: > On Mon, 20 Feb 2006 11:38:37 +0100, Thomas Bruederli <[EMAIL PROTECTED]> > wrote: > >> Why would you like to change it? We decided to use UTF-8 in order to >> support all possible charsets. UTF-8 is also able to display ISO-8859-1 >> chars. > > Perhaps it's dur to the other problem ? > > In errors file log : > > [20-Feb-2006 11:50:10] PHP Warning: mb_language(): Unknown language > "fr" in > /var/www/roundcube/roundcubemail-0.1b/program/include/main.inc on line 354 >
OK, this is just a warning and the use of mbstring will be omitted. To avoid this warning, you can change line 354 to if ([EMAIL PROTECTED](strtok($lang, "_"))) Will change that in the code as well. Regards, Thomas
