[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-2064-gae0af9e

Marc Delisle lem9 at users.sourceforge.net
Sat May 28 14:29:49 CEST 2011


The branch, master has been updated
       via  ae0af9e5c6855c0b5535bfa6d2e27974c2b9f3ae (commit)
      from  eeeca229de40bd4599ebc84aa0b219ca174537c5 (commit)


- Log -----------------------------------------------------------------
commit ae0af9e5c6855c0b5535bfa6d2e27974c2b9f3ae
Author: Marc Delisle <marc at infomarc.info>
Date:   Sat May 28 08:29:38 2011 -0400

    Remove author name

-----------------------------------------------------------------------

Summary of changes:
 db_datadict.php                                |    2 +-
 db_qbe.php                                     |    1 -
 libraries/common.lib.php                       |    4 ++--
 libraries/export/htmlword.php                  |    2 +-
 libraries/export/latex.php                     |    2 +-
 libraries/export/odt.php                       |    2 +-
 libraries/export/sql.php                       |    2 +-
 libraries/export/texytext.php                  |    2 +-
 libraries/schema/Pdf_Relation_Schema.class.php |    4 ++--
 tbl_printview.php                              |    2 +-
 10 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/db_datadict.php b/db_datadict.php
index e9d18fd..9941ef4 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -135,7 +135,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
         $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
     if (!empty($cfgRelation['relation'])) {
         // Find which tables are related with the current one and write it in
         // an array
diff --git a/db_qbe.php b/db_qbe.php
index a076798..a5bd7a7 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -686,7 +686,6 @@ if (!empty($qry_select)) {
 // 2. FROM
 
 // Create LEFT JOINS out of Relations
-// Code originally by Mike Beck <mike.beck at ibmiller.de>
 // If we can use Relations we could make some left joins.
 // First find out if relations are available in this database.
 
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index f0d174f..633acb2 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1090,7 +1090,7 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
             $edit_link = 'server_sql.php';
         }
 
-        // Want to have the query explained (Mike Beck 2002-05-22)
+        // Want to have the query explained
         // but only explain a SELECT (that has not been explained)
         /* SQL-Parser-Analyzer */
         $explain_link = '';
@@ -1137,7 +1137,7 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
         $url_qpart = PMA_generate_common_url($url_params);
 
         // Also we would like to get the SQL formed in some nice
-        // php-code (Mike Beck 2002-05-22)
+        // php-code
         if (! empty($cfg['SQLQuery']['ShowAsPHP']) && ! $query_too_big) {
             $php_params = $url_params;
 
diff --git a/libraries/export/htmlword.php b/libraries/export/htmlword.php
index f5425bc..d23640a 100644
--- a/libraries/export/htmlword.php
+++ b/libraries/export/htmlword.php
@@ -210,7 +210,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
     $result      = PMA_DBI_query($local_query);
     $fields_cnt  = PMA_DBI_num_rows($result);
 
-    // Check if we can use Relations (Mike Beck)
+    // Check if we can use Relations
     if ($do_relation && ! empty($cfgRelation['relation'])) {
         // Find which tables are related with the current one and write it in
         // an array
diff --git a/libraries/export/latex.php b/libraries/export/latex.php
index 5ff1868..2a434ae 100644
--- a/libraries/export/latex.php
+++ b/libraries/export/latex.php
@@ -330,7 +330,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
     $result      = PMA_DBI_query($local_query);
     $fields_cnt  = PMA_DBI_num_rows($result);
 
-    // Check if we can use Relations (Mike Beck)
+    // Check if we can use Relations
     if ($do_relation && !empty($cfgRelation['relation'])) {
         // Find which tables are related with the current one and write it in
         // an array
diff --git a/libraries/export/odt.php b/libraries/export/odt.php
index b70388d..d1324f0 100644
--- a/libraries/export/odt.php
+++ b/libraries/export/odt.php
@@ -265,7 +265,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
     $result      = PMA_DBI_query($local_query);
     $fields_cnt  = PMA_DBI_num_rows($result);
 
-    // Check if we can use Relations (Mike Beck)
+    // Check if we can use Relations
     if ($do_relation && !empty($cfgRelation['relation'])) {
         // Find which tables are related with the current one and write it in
         // an array
diff --git a/libraries/export/sql.php b/libraries/export/sql.php
index acfdf11..19f9873 100644
--- a/libraries/export/sql.php
+++ b/libraries/export/sql.php
@@ -777,7 +777,7 @@ function PMA_getTableComments($db, $table, $crlf, $do_relation = false,  $do_mim
 
     $schema_create = '';
 
-    // Check if we can use Relations (Mike Beck)
+    // Check if we can use Relations
     if ($do_relation && !empty($cfgRelation['relation'])) {
         // Find which tables are related with the current one and write it in
         // an array
diff --git a/libraries/export/texytext.php b/libraries/export/texytext.php
index 8ed6a74..1895bcf 100644
--- a/libraries/export/texytext.php
+++ b/libraries/export/texytext.php
@@ -192,7 +192,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals
     $result      = PMA_DBI_query($local_query);
     $fields_cnt  = PMA_DBI_num_rows($result);
 
-    // Check if we can use Relations (Mike Beck)
+    // Check if we can use Relations
     if ($do_relation && ! empty($cfgRelation['relation'])) {
         // Find which tables are related with the current one and write it in
         // an array
diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php
index ef60264..39fa62b 100644
--- a/libraries/schema/Pdf_Relation_Schema.class.php
+++ b/libraries/schema/Pdf_Relation_Schema.class.php
@@ -1064,7 +1064,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
         $pdf->SetFontSize(14);
         $pdf->SetLineWidth(0.2);
         $pdf->SetDisplayMode('fullpage');
-        // Get the name of this pdfpage to use as filename (Mike Beck)
+        // Get the name of this pdfpage to use as filename
         $_name_sql = 'SELECT page_descr FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
                     . ' WHERE page_nr = ' . $pageNumber;
         $_name_rs = PMA_query_as_controluser($_name_sql);
@@ -1189,7 +1189,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
              */
             $result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
             $fields_cnt = PMA_DBI_num_rows($result);
-            // Check if we can use Relations (Mike Beck)
+            // Check if we can use Relations
             if (!empty($cfgRelation['relation'])) {
                 // Find which tables are related with the current one and write it in
                 // an array
diff --git a/tbl_printview.php b/tbl_printview.php
index f2b80ab..6bfe3be 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);


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list