Ticekt resolved

Former-commit-id: b93b1c5cb39239f3b038d55b39e8102de1628742
This commit is contained in:
marcos.alconada 2019-02-19 15:50:14 +01:00
parent 4c94956b91
commit eb49bde71f

View File

@ -106,7 +106,7 @@ function dbmgr_extension_main()
echo '<br /><br />';
echo "<form method='post' action=''>";
html_print_textarea('sql', 5, 50, html_entity_decode($sql, ENT_QUOTES));
html_print_textarea('sql', 5, 50, $sql);
echo '<br />';
echo '<div class="action-buttons" style="width: 100%">';
echo '<br />';