Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-06-21 14:17:22 +0400
committerMarc Delisle <marc@infomarc.info>2012-06-21 14:17:22 +0400
commitba0a51e9f92dbb414c542b8a016b642120273c9f (patch)
tree13a36024a8f96026d6f46988097f9f6e4b03f7c5 /tbl_change.php
parent9102d0f1c1b2cad9cf198b7fa22b29f536205ec4 (diff)
This should be a boolean param
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<script src="js/keyhandler.js" type="text/javascript"></script>
. 'document.onkeydown = onKeyDownArrowsHandler;'
. '</script>';
// Set if we passed the first timestamp field
-$timestamp_seen = 0;
+$timestamp_seen = false;
$columns_cnt = count($table_fields);
$tabindex = 0;