[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0ALPHA1-548-g412377c

The branch, QA_3_4 has been updated via 412377ca52f56675db13d3bd1627ae82dc1d02e7 (commit) from 1486abddef7f4e5e317b4a27fee01849d7b429b0 (commit) - Log ----------------------------------------------------------------- commit 412377ca52f56675db13d3bd1627ae82dc1d02e7 Author: Marc Delisle <marc@infomarc.info> Date: Fri Nov 26 12:46:51 2010 -0500 missing title ----------------------------------------------------------------------- Summary of changes: libraries/header.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/header.inc.php b/libraries/header.inc.php index 33531ea..6ce37b8 100644 --- a/libraries/header.inc.php +++ b/libraries/header.inc.php @@ -122,7 +122,7 @@ if (!$GLOBALS['is_ajax_request']) { $GLOBALS['cfg']['DefaultTabDatabase'], PMA_generate_common_url($GLOBALS['db']), $GLOBALS['db'], - '', + __('Database'), 's_tbl.png'); // if the table is being dropped, $_REQUEST['purge'] is set // (it always contains "1") hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle