[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-5781-g02b1b32

The branch, master has been updated via 02b1b32b7be9382b99eab72ad2670f39703da7d4 (commit) from fda6706466e2995d87eeb5c59d5c5f47ddd3a96d (commit) - Log ----------------------------------------------------------------- commit 02b1b32b7be9382b99eab72ad2670f39703da7d4 Author: Piotr Przybylski <piotrprz@gmail.com> Date: Sun Jun 26 13:37:46 2011 +0200 Fix formatting ----------------------------------------------------------------------- Summary of changes: db_operations.php | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/db_operations.php b/db_operations.php index c5c0fc2..dd6255c 100644 --- a/db_operations.php +++ b/db_operations.php @@ -243,9 +243,10 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) { PMA_DBI_query($tmp_query); } } - } - // go back to current db, just in case - PMA_DBI_select_db($db); + } + + // go back to current db, just in case + PMA_DBI_select_db($db); // Duplicate the bookmarks for this db (done once for each db) if (! $_error && $db != $newname) { hooks/post-receive -- phpMyAdmin
participants (1)
-
Piotr Przybylski