new parameter
This commit is contained in:
@@ -766,7 +766,7 @@ if ($num_tables > 0) {
|
||||
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
|
||||
<input type="hidden" name="db" value="<?php echo $db; ?>" />
|
||||
<?php
|
||||
echo ' ' . $strCreateNewTable . htmlspecialchars($db) . ' :<br />' . "\n";
|
||||
echo ' ' . sprintf($strCreateNewTable, htmlspecialchars($db)) . ' :<br />' . "\n";
|
||||
echo ' ' . $strName . ' : ' . "\n";
|
||||
echo ' ' . '<input type="text" name="table" maxlength="64" />' . "\n";
|
||||
echo ' ' . '<br />' . "\n";
|
||||
|
Reference in New Issue
Block a user