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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-06-27 05:36:34 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-06-27 05:36:34 +0400
commit1cc49d32d94d8981e427a32900dc61ae6ec90149 (patch)
tree1d91994fe1f61de0c79c55b45af2fe6d85a3c7fc /tbl_change.php
parent766466135e0e4dcca26744e72fc277a3d8f05d11 (diff)
parent9d2a8ca65ccc3779770afbc5242faaac4e683d97 (diff)
Resolved conflicts
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 b7a364db58..33977d49be 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -188,7 +188,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;