Resolved Issue ID 0000516:

o $lang_info not declared 



git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1540 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-08-24 10:09:41 +00:00
parent 8c9741dd56
commit 12c7694371
+1 -1
View File
@@ -104,7 +104,7 @@ function format_email($name, $email)
*/
function pwg_mail($to, $from = '', $subject = 'PhpWebGallery', $infos = '')
{
global $conf, $conf_mail;
global $conf, $conf_mail, $lang_info;
$cvt7b_subject = str_translate_to_ascii7bits($subject);