As suggested by Michal
This commit is contained in:
parent
c84dcb69c3
commit
281faff4b2
@ -560,10 +560,7 @@ unset($_form_params);
|
||||
if ($action == 'tbl_create.php') {
|
||||
?>
|
||||
<table>
|
||||
<tr valign="top">
|
||||
<th><?php echo __('Table name'); ?>: </th>
|
||||
</tr>
|
||||
<tr><td><input type="text" name="table" size="40" maxlength="80"
|
||||
<tr><td><?php echo __('Table name'); ?>: <input type="text" name="table" size="40" maxlength="80"
|
||||
value="<?php echo (isset($_REQUEST['table']) ? htmlspecialchars($_REQUEST['table']) : ''); ?>"
|
||||
class="textfield" />
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user