From 12a35d1a62099337bff5b8fe8cdbc0ec9febc8b0 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 11 Dec 2003 13:31:07 +0000 Subject: [PATCH] $timestamp_seen --- ChangeLog | 4 ++-- tbl_change.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea2762a4d..56f8b85be 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,8 +11,8 @@ $Source$ 2003-12-11 Garvin Hicking * header_printview.inc.php: RFE #856503, show number of rows in printview - * tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684 - where non-existant fields caused PHP notices. + * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445, + #857684 where non-existant fields caused PHP notices. * db_details.php: Removed unneccessary whitespace * sql.php: Bug #857742: When dropping the only remaining database, an error occured. Fixed by checking if databases remein (as suggested diff --git a/tbl_change.php b/tbl_change.php index 6dfcf3645..ef3900431 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -235,7 +235,7 @@ foreach($loop_array AS $vrowcount => $vrow) { } // garvin: For looping on multiple rows, we need to reset any variable used inside the loop to indicate sth. - unset($timestamp_seen); + $timestamp_seen = 0; unset($first_timestamp); // Sets a multiplier used for input-field counts (as zero cannot be used, advance the counter plus one)