Ignore:
Timestamp:
Sep 21, 2007, 11:23:09 PM (17 years ago)
Author:
rub
Message:

Resolved 0000748: Name configuration of all the tables

New method of implementation!

Location:
trunk/plugins/c13y_upgrade
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/c13y_upgrade/initialize.inc.php

    r2096 r2104  
    3939 
    4040  $result = array();
    41 
    42   if (isset($conf['users_table']))
    43   {
    44     $result[] = get_c13y(
    45       l10n('c13y_upgrade_conf_users_table_msg'),
    46       null,
    47       null,
    48       l10n('c13y_upgrade_conf_users_table_correction').
    49       '<BR />'.
    50       get_htlm_links_more_info());
    51   }
    5241
    5342  if (count($result) === 0)
  • trunk/plugins/c13y_upgrade/language/en_UK.iso-8859-1/plugin.lang.php

    r2096 r2104  
    2727// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
    2828$lang['c13y_upgrade_no_anomaly'] = 'No anomaly detected after application upgrade';
    29 $lang['c13y_upgrade_conf_users_table_msg'] = '"$conf[\'users_table\']" should not be any more used';
    30 $lang['c13y_upgrade_conf_users_table_correction'] = '"$conf[\'users_table\']" has been replaced by "$conf[\'tables\'][\'users_table\']"';
    3129$lang['c13y_upgrade_deactivate'] = 'You can deactivate "Check upgrades" plugin';
    3230
  • trunk/plugins/c13y_upgrade/language/fr_FR.iso-8859-1/plugin.lang.php

    r2096 r2104  
    2727// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
    2828$lang['c13y_upgrade_no_anomaly'] = 'Pas d\'anomalie détectée après la mise à jour de l\'application';
    29 $lang['c13y_upgrade_conf_users_table_msg'] = '"$conf[\'users_table\']" ne doit plus être utilisé';
    30 $lang['c13y_upgrade_conf_users_table_correction'] = '"$conf[\'users_table\']" a été remplacé par "$conf[\'tables\'][\'users_table\']"';
    3129$lang['c13y_upgrade_deactivate'] = 'Vous pouvez désactiver le plugin "Check upgrades"';
    3230
Note: See TracChangeset for help on using the changeset viewer.