Skip to content

Commit

Permalink
Fixed double confirmation message display on table options form submi…
Browse files Browse the repository at this point in the history
…ssion
  • Loading branch information
roccivic committed Aug 9, 2012
1 parent b7f580e commit 3a3aa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbl_operations.php
Expand Up @@ -180,7 +180,7 @@
$_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'));
Expand Down

0 comments on commit 3a3aa64

Please sign in to comment.