Skip to content

Commit

Permalink
Fixed PHP error in sql.php
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Feb 8, 2013
1 parent 498bd26 commit 4e297d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
$input, 'show_query',
(isset($message_to_show) ? PMA_sanitize($show_query, true) : '')
);
$form .= '%s</form>';
$form = str_replace('%', '%%', $form) . '%s</form>';

$output .='<fieldset class="confirmation">'
.'<legend>'
Expand Down

0 comments on commit 4e297d9

Please sign in to comment.