Changeset 21769


Ignore:
Timestamp:
Mar 21, 2013, 6:44:53 PM (11 years ago)
Author:
Eric
Message:

bug 2878 fixed : [Kdays] flag was not translated in confirmation email sent to users

Location:
extensions/UserAdvManager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/changelog.txt.php

    r21747 r21769  
    411411            Bug 2876 fixed - Make templates compatible HTML 5
    412412            Update it_IT, thanks to : salvatore
     413
     414-- 2.50.6 : // TODO: Bug 2877
     415            Bug 2878 - [Kdays] flag was not translated in confirmation text sent by email to user
    413416*/
    414417?>
  • extensions/UserAdvManager/trunk/include/functions.inc.php

    r21745 r21769  
    11341134
    11351135  $conf_UAM = unserialize($conf['UserAdvManager']);
     1136  $conf_UAM_ConfirmMail = unserialize($conf['UserAdvManager_ConfirmMail']);
    11361137
    11371138  include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
Note: See TracChangeset for help on using the changeset viewer.