max table and field sizes are 64 characters
This commit is contained in:
@@ -705,7 +705,7 @@ if ($num_tables > 0) {
|
||||
<?php
|
||||
echo ' ' . $strCreateNewTable . htmlspecialchars($db) . ' :<br />' . "\n";
|
||||
echo ' ' . $strName . ' : ' . "\n";
|
||||
echo ' ' . '<input type="text" name="table" />' . "\n";
|
||||
echo ' ' . '<input type="text" name="table" maxlength="64" />' . "\n";
|
||||
// echo ' ' . $strNumberIndexes. ' : ' . "\n";
|
||||
// echo ' ' . '<input type="text" name="num_indexes" size="2" />' . "\n";
|
||||
echo ' ' . '<br />' . "\n";
|
||||
|
Reference in New Issue
Block a user