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

Remove all options related to comments because they are processed in new "Comments Access Manager" plugin.
New version 2.20.8 hard coded for publication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/USR_del_account.php

    r9924 r11018  
    2121$conf_UAM = unserialize($conf['UserAdvManager']);
    2222
    23 if (isset($conf_UAM[32]) and $conf_UAM[32] <> '')
     23if (isset($conf_UAM[31]) and $conf_UAM[31] <> '')
    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[32]));
     33    $custom_text = get_user_language_desc(preg_replace($patterns, $replacements, $conf_UAM[31]));
    3434  }
    35   else $custom_text = l10n(preg_replace($patterns, $replacements, $conf_UAM[32]));
     35  else $custom_text = l10n(preg_replace($patterns, $replacements, $conf_UAM[31]));
    3636}
    3737   
Note: See TracChangeset for help on using the changeset viewer.