[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_0, updated. RELEASE_3_4_0ALPHA1-531-g268628e

The branch, MAINT_3_4_0 has been updated via 268628e5ffe7ed2a74d912a43a6e53db186867c2 (commit) from 1aff32ac2c5a1f91ce6656970136d34966ca0e4c (commit) - Log ----------------------------------------------------------------- commit 268628e5ffe7ed2a74d912a43a6e53db186867c2 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