From 772ad8c5ea0ccfd7bf34e0998784578dac77e2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 3 Jan 2002 14:15:13 +0000 Subject: [PATCH] max table and field sizes are 64 characters --- ChangeLog | 3 +++ db_details.php3 | 2 +- tbl_properties.inc.php3 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86eeb86a9..c74092bc1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ $Id$ $Source$ 2001-01-03 Loïc Chapeaux + * db_details.php3, line 708; tbl_properties.inc.php3, line 71: maximum + table and field size is 64 characters. Suggested by + Marc Weidner . * db_details.php3: - invalid xhtml statements; - extend "check/uncheck all tables" feature to js disabled browsers. diff --git a/db_details.php3 b/db_details.php3 index a4f6b744e..0f8304fba 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -705,7 +705,7 @@ if ($num_tables > 0) { ' . "\n"; echo ' ' . $strName . ' : ' . "\n"; -echo ' ' . '' . "\n"; +echo ' ' . '' . "\n"; // echo ' ' . $strNumberIndexes. ' : ' . "\n"; // echo ' ' . '' . "\n"; echo ' ' . '
' . "\n"; diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index 6783eb763..928c5ce31 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -68,7 +68,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { } echo "\n"; ?> - " /> + " />