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:
authorThilina Buddika <thilinaabeyrathna@gmail.com>2012-06-22 20:49:56 +0400
committerThilina Buddika <thilinaabeyrathna@gmail.com>2012-06-22 20:49:56 +0400
commitf9999253132094226fe0f30aa886a76a176b7cd6 (patch)
tree6630e388ae9884fe1b77637140bb455172134a23 /tbl_change.php
parent11776f7f116d42f5c7a7d62f7321b879e16601f3 (diff)
parent9d2a8ca65ccc3779770afbc5242faaac4e683d97 (diff)
merge upstream
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_change.php b/tbl_change.php
index c2ce4cf41b..cbea2058cb 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -186,8 +186,8 @@ $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;
-$columns_cnt = count($table_fields);
+$timestamp_seen = false;
+$columns_cnt = count($table_fields);
$tabindex = 0;
$tabindex_for_function = +3000;