From 1a55452a4fdcf5b72a327736687a2d283bba1876 Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 21 Sep 2007 21:23:09 +0000 Subject: Resolved 0000748: Name configuration of all the tables New method of implementation! git-svn-id: http://piwigo.org/svn/trunk@2104 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/c13y_upgrade/initialize.inc.php | 11 ----------- .../c13y_upgrade/language/en_UK.iso-8859-1/plugin.lang.php | 2 -- .../c13y_upgrade/language/fr_FR.iso-8859-1/plugin.lang.php | 2 -- 3 files changed, 15 deletions(-) (limited to 'plugins/c13y_upgrade') diff --git a/plugins/c13y_upgrade/initialize.inc.php b/plugins/c13y_upgrade/initialize.inc.php index f62e04974..996b80f4a 100644 --- a/plugins/c13y_upgrade/initialize.inc.php +++ b/plugins/c13y_upgrade/initialize.inc.php @@ -39,17 +39,6 @@ function c13y_upgrade($c13y_array) $result = array(); - if (isset($conf['users_table'])) - { - $result[] = get_c13y( - l10n('c13y_upgrade_conf_users_table_msg'), - null, - null, - l10n('c13y_upgrade_conf_users_table_correction'). - '
'. - get_htlm_links_more_info()); - } - if (count($result) === 0) { $deactivate_msg_link = diff --git a/plugins/c13y_upgrade/language/en_UK.iso-8859-1/plugin.lang.php b/plugins/c13y_upgrade/language/en_UK.iso-8859-1/plugin.lang.php index 8500dbe0e..a77b6d259 100644 --- a/plugins/c13y_upgrade/language/en_UK.iso-8859-1/plugin.lang.php +++ b/plugins/c13y_upgrade/language/en_UK.iso-8859-1/plugin.lang.php @@ -26,8 +26,6 @@ // --------- Starting below: New or revised $lang ---- from Butterfly (1.8) $lang['c13y_upgrade_no_anomaly'] = 'No anomaly detected after application upgrade'; -$lang['c13y_upgrade_conf_users_table_msg'] = '"$conf[\'users_table\']" should not be any more used'; -$lang['c13y_upgrade_conf_users_table_correction'] = '"$conf[\'users_table\']" has been replaced by "$conf[\'tables\'][\'users_table\']"'; $lang['c13y_upgrade_deactivate'] = 'You can deactivate "Check upgrades" plugin'; ?> diff --git a/plugins/c13y_upgrade/language/fr_FR.iso-8859-1/plugin.lang.php b/plugins/c13y_upgrade/language/fr_FR.iso-8859-1/plugin.lang.php index 5552049e0..aea3e9351 100644 --- a/plugins/c13y_upgrade/language/fr_FR.iso-8859-1/plugin.lang.php +++ b/plugins/c13y_upgrade/language/fr_FR.iso-8859-1/plugin.lang.php @@ -26,8 +26,6 @@ // --------- Starting below: New or revised $lang ---- from Butterfly (1.8) $lang['c13y_upgrade_no_anomaly'] = 'Pas d\'anomalie détectée après la mise à jour de l\'application'; -$lang['c13y_upgrade_conf_users_table_msg'] = '"$conf[\'users_table\']" ne doit plus être utilisé'; -$lang['c13y_upgrade_conf_users_table_correction'] = '"$conf[\'users_table\']" a été remplacé par "$conf[\'tables\'][\'users_table\']"'; $lang['c13y_upgrade_deactivate'] = 'Vous pouvez désactiver le plugin "Check upgrades"'; ?> -- cgit v1.2.3