From 889d92293b908d85579edca81a147f074cd1b736 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 12 Dec 2006 17:44:04 +0000 Subject: [PATCH] bug #1610314, incomplete detection of binary columns --- ChangeLog | 1 + tbl_change.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0ba03d50..f6d64fc0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2006-12-12 Marc Delisle * libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0 + * tbl_change.php: bug #1610314, detection of binary column 2006-12-07 Marc Delisle * libraries/ip_allow_deny.lib.php: checks that the header contains diff --git a/tbl_change.php b/tbl_change.php index 245cc2e28..cc9d12991 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -399,7 +399,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {