Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Oct 16, 2014
2 parents cccd56a + 998f969 commit 916112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_structure.php
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 916112e

Please sign in to comment.