Resolved Issue ID 0000516:

o $lang_info not declared 

Merge branch-1_6 1539:1540 into BSF

git-svn-id: http://piwigo.org/svn/trunk@1541 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-08-24 10:12:02 +00:00
parent 3b3e417daf
commit 9734846371
+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);