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-05-29 20:27:58 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-05-29 20:27:58 +0400
commit56768f5f4c7c5379f277b3e17e607f1f163d21c2 (patch)
treec56163f308e0c45ae856162368f82cb7d471bacb /tbl_printview.php
parent33255a189cc532a5d7c4d1051e685816245f95db (diff)
parent78685cc3ae4a5664bb993c1e00f4ac481d02299a (diff)
Merge branch 'master' into drizzle
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 5a2f02b308..7f97e80168 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -114,7 +114,7 @@ foreach ($the_tables as $key => $table) {
0, 1);
$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table));
- // Check if we can use Relations (Mike Beck)
+ // Check if we can use Relations
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);