From 3a3aa643dd0fc919a660f5cf1f74649d3a42b1f0 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Thu, 9 Aug 2012 10:27:21 +0200 Subject: [PATCH] Fixed double confirmation message display on table options form submission --- tbl_operations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_operations.php b/tbl_operations.php index 375db1a0b5..4ec747ec1c 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -180,7 +180,7 @@ if (isset($result) && empty($message_to_show)) { $_type = 'success'; if (empty($_message)) { $_message = $result - ? $message = PMA_Message::success( + ? PMA_Message::success( __('Your SQL query has been executed successfully') ) : PMA_Message::error(__('Error'));