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)) {
- ?>
+ ?>
|
-