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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-08-24 15:24:21 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-08-24 15:24:21 +0400
commit3e0af184341eca03f24bd75a2b0c3057c8fca327 (patch)
tree9d759fad85faf91655119c02040d0bd0d687817b /tbl_printview.php
parentb4f4a209c839f965e67b59ca4d9acfe811b0a444 (diff)
Fix indentation broken by past merges
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 942aa81bfe..76d4e7382c 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -102,7 +102,7 @@ foreach ($the_tables as $key => $table) {
// We need this to correctly learn if a TIMESTAMP is NOT NULL, since
-// SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL
+ // SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL
// and SHOW CREATE TABLE says NOT NULL (tested
// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/20910).