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>2011-05-28 16:29:38 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-28 16:29:38 +0400
commitae0af9e5c6855c0b5535bfa6d2e27974c2b9f3ae (patch)
treec55e4f31a8b178e1b5cc39992e45619b13ed1cd3 /tbl_printview.php
parenteeeca229de40bd4599ebc84aa0b219ca174537c5 (diff)
Remove author name
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 f2b80abfc6..6bfe3be191 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);