From a895515170c14d0ebd779bf8af97568f8cfc713f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 5 Jul 2002 13:02:48 +0000 Subject: [PATCH] coding standards --- tbl_change.php3 | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/tbl_change.php3 b/tbl_change.php3 index e20449353..4025895b3 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -1,12 +1,14 @@ '; + /** * Get the list of the fields of the current table */ @@ -180,22 +188,20 @@ $timestamp_seen = 0; $fields_cnt = mysql_num_rows($table_def); for ($i = 0; $i < $fields_cnt; $i++) { - - - // display the submit button after every 15 lines --swix - // (wanted to use an and instead, - // but it didn't worked because of the ) + // Display the submit button after every 15 lines --swix + // (wanted to use an and instead, + // but it didn't worked because of the ) if ((($i % 15) == 0) && ($i != 0)) { - ?> + ?>   -