Ignore:
Timestamp:
May 23, 2011, 7:08:25 PM (13 years ago)
Author:
Eric
Message:

r11018 merged from trunk to branch 2.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.20/GT_del_account.php

    r9925 r11019  
    2121$conf_UAM = unserialize($conf['UserAdvManager']);
    2222
    23 if (isset($conf_UAM[24]) and $conf_UAM[24] <> '')
     23if (isset($conf_UAM[23]) and $conf_UAM[23] <> '')
    2424{
    2525  // Management of Extension flags ([mygallery], [myurl]) - [username] flag can't be used here
     
    3131  if (function_exists('get_user_language_desc'))
    3232  {
    33     $custom_text = get_user_language_desc(preg_replace($patterns, $replacements, $conf_UAM[24]));
     33    $custom_text = get_user_language_desc(preg_replace($patterns, $replacements, $conf_UAM[23]));
    3434  }
    35   else $custom_text = l10n(preg_replace($patterns, $replacements, $conf_UAM[24]));
     35  else $custom_text = l10n(preg_replace($patterns, $replacements, $conf_UAM[23]));
    3636}
    3737   
Note: See TracChangeset for help on using the changeset viewer.