From ba0a51e9f92dbb414c542b8a016b642120273c9f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 21 Jun 2012 06:17:22 -0400 Subject: This should be a boolean param --- tbl_change.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbl_change.php') diff --git a/tbl_change.php b/tbl_change.php index 8613410c4f..b847330cb4 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -186,7 +186,7 @@ $html_output .= ' . 'document.onkeydown = onKeyDownArrowsHandler;' . ''; // Set if we passed the first timestamp field -$timestamp_seen = 0; +$timestamp_seen = false; $columns_cnt = count($table_fields); $tabindex = 0; -- cgit v1.2.3