Skip to content

Commit

Permalink
rfe1547 - Wrap message with message box
Browse files Browse the repository at this point in the history
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
  • Loading branch information
Wojciech Mleczek authored and Chanaka committed Oct 16, 2014
1 parent 5157d1c commit 998f969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

if ($num_tables == 0) {
$response->addHTML(
'<p>' . __('No tables found in database.') . '</p>' . "\n"
PMA_message::notice(__('No tables found in database.'))
);
PMA_possiblyShowCreateTableDialog($db, $db_is_system_schema, $response);
exit;
Expand Down

0 comments on commit 998f969

Please sign in to comment.