Changeset 1541


Ignore:
Timestamp:
Aug 24, 2006, 12:12:02 PM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000516:

o $lang_info not declared

Merge branch-1_6 1539:1540 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r1534 r1541  
    105105function pwg_mail($to, $from = '', $subject = 'PhpWebGallery', $infos = '')
    106106{
    107   global $conf, $conf_mail;
     107  global $conf, $conf_mail, $lang_info;
    108108
    109109  $cvt7b_subject = str_translate_to_ascii7bits($subject);
Note: See TracChangeset for help on using the changeset viewer.