From b1b505f285f10f6b58cc777eb4e42223c03b211d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 12 Dec 2006 17:45:11 +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 de86c20bf..80db218ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $HeadURL$ 2006-12-12 Marc Delisle * libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0 + * tbl_change.php: bug #1610314, incomplete detection of binary column 2006-12-11 Michal Čihař * lang/czech: Updated. diff --git a/tbl_change.php b/tbl_change.php index bb7faaa21..326b4ce44 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -426,7 +426,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {