From f924fd65694934957cdeedf22e405f31af1c1af9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 10 Feb 2002 00:31:14 +0000 Subject: [PATCH] clarification --- ChangeLog | 1 + tbl_properties.inc.php3 | 22 +++++++++------------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a80285e6..3e193e96a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * main.php3, libraries/auth/cookie.auth.lib.php3, Patch 495360 (cookie with domain), experimental, thanks to Piotr Roszatycki (d3xter) and Christoph (certelt). + * tbl_properties.inc.php3: clarifications 2002-02-09 Loïc Chapeaux * libraries/functions.js: improved the "mark row" feature (it wasn't diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index a1d3f2125..0b49d02a5 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -34,18 +34,15 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3'); $strPrimary\n"; - echo " $strIndex\n"; - echo " $strUnique\n"; - echo " $strIdxFulltext\n"; - } else { - for ($i = 0; $i < $num_indexes; $i++) { - echo " $strSequence\n"; - echo " $strLength\n"; - } // end for - } // end if + echo " $strPrimary\n"; + echo " $strIndex\n"; + echo " $strUnique\n"; + echo " $strIdxFulltext\n"; } ?> @@ -212,8 +209,8 @@ for ($i = 0 ; $i < $num_fields; $i++) { = 32323) echo "\n"; - } // end if (empty($num_indexes)) } // end if ($action ==...) echo "\n"; ?>