[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1609-g3a3f6d5

The branch, master has been updated via 3a3f6d5141c58a31924d915c43b1b7968792303b (commit) from b4995e3b5b49f1cd18553c32935e32787ac5f3cc (commit) - Log ----------------------------------------------------------------- commit 3a3f6d5141c58a31924d915c43b1b7968792303b Author: Michal Čihař <mcihar@novell.com> Date: Wed Feb 2 16:59:19 2011 +0100 Show SQL query on binlog page ----------------------------------------------------------------------- Summary of changes: server_binlog.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server_binlog.php b/server_binlog.php index 4e84b69..a499dab 100644 --- a/server_binlog.php +++ b/server_binlog.php @@ -130,7 +130,7 @@ if (count($binary_logs) > 1) { echo '</form>'; } -PMA_Message::success()->display(); +PMA_showMessage(PMA_Message::success()); /** * Displays the page hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař