[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7_1-22981-gb640417

The branch, master has been updated via b6404177966fa38bc432b6898cf19e5aefd01078 (commit) from 7aa52c9fa965f9f5cca9c851915fc470e76c8e9d (commit) - Log ----------------------------------------------------------------- commit b6404177966fa38bc432b6898cf19e5aefd01078 Author: Marc Delisle <marc@infomarc.info> Date: Sun Nov 20 06:56:17 2011 -0500 Unused messages ----------------------------------------------------------------------- Summary of changes: js/messages.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/js/messages.php b/js/messages.php index 8a64f1c..2534567 100644 --- a/js/messages.php +++ b/js/messages.php @@ -24,8 +24,6 @@ session_write_close(); // But this one is needed for PMA_escapeJsString() require_once './libraries/js_escape.lib.php'; -$js_messages['strClickToSelect'] = __('Click to select'); -$js_messages['strClickToUnselect'] = __('Click to unselect'); $js_messages['strNoDropDatabases'] = $cfg['AllowUserDropDatabase'] ? '' : __('"DROP DATABASE" statements are disabled.'); /* For confirmations */ hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle