Revert changes on dbmanager.php
Former-commit-id: 3c9eaec695b923ea81f60d8dcfb5716af6515e37
This commit is contained in:
parent
e79e2a4fbc
commit
2d6636bb51
|
@ -106,7 +106,7 @@ function dbmgr_extension_main()
|
|||
|
||||
echo '<br /><br />';
|
||||
echo "<form method='post' action=''>";
|
||||
html_print_textarea('sql', 5, 50, $sql);
|
||||
html_print_textarea('sql', 5, 50, html_entity_decode($sql, ENT_QUOTES));
|
||||
echo '<br />';
|
||||
echo '<div class="action-buttons" style="width: 100%">';
|
||||
echo '<br />';
|
||||
|
|
Loading…
Reference in New Issue