From c49e25f092f93cb4e4dde601fbda39556af225e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Feb 2003 11:15:07 +0000 Subject: [PATCH] Move magic words used for fields type into special variable. --- ChangeLog | 4 ++ tbl_change.php3 | 16 ++++-- tbl_replace_fields.php3 | 113 ++++++++++++++++++++++------------------ 3 files changed, 78 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2ec1d124..8ef06c1fc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-02-24 Michal Cihar + * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for + fields type into special variable. Fixes #647689. + 2003-02-23 Marc Delisle ### 2.4.0 released diff --git a/tbl_change.php3 b/tbl_change.php3 index 299042c77..7d440b10a 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -268,7 +268,9 @@ for ($i = 0; $i < $fields_cnt; $i++) { break; } ?> - > + > + + - + + + + - + + + +