max table and field sizes are 64 characters

This commit is contained in:
Loïc Chapeaux
2002-01-03 14:15:13 +00:00
parent 70c18d43ec
commit 772ad8c5ea
3 changed files with 5 additions and 2 deletions

View File

@@ -705,7 +705,7 @@ if ($num_tables > 0) {
<?php
echo ' ' . $strCreateNewTable . htmlspecialchars($db) . '&nbsp;:<br />' . "\n";
echo ' ' . $strName . '&nbsp;:&nbsp;' . "\n";
echo ' ' . '<input type="text" name="table" />' . "\n";
echo ' ' . '<input type="text" name="table" maxlength="64" />' . "\n";
// echo ' ' . $strNumberIndexes. '&nbsp;:&nbsp;' . "\n";
// echo ' ' . '<input type="text" name="num_indexes" size="2" />' . "\n";
echo ' ' . '<br />' . "\n";