From: Norbert B. <br...@ch...> - 2003-05-15 16:18:09
|
There seem to be an error in /include/notify.php3 file on line 97. = Charset of notification email is not set there. Looks like problem with = evaluation of $LANGUAGE_CHARSETS[get_mgettext_lang()] variable: $mail->setCharset ($LANGUAGE_CHARSETS[get_mgettext_lang()]); It works well when set directly to=20 $mail->setCharset ('windows-1250'); norbert br...@ch... |