[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-8275-gae78033

Michal Čihař nijel at users.sourceforge.net
Wed Jul 13 17:03:49 CEST 2011


The branch, master has been updated
       via  ae780330e870052b1cd2ad84d0b7326074bef90a (commit)
      from  8eaaa70f21f455b23c1e24acd5064a0c2a269940 (commit)


- Log -----------------------------------------------------------------
commit ae780330e870052b1cd2ad84d0b7326074bef90a
Author: Michal Čihař <mcihar at suse.cz>
Date:   Wed Jul 13 17:05:13 2011 +0200

    Add missing semicolon

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

Summary of changes:
 libraries/export/sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/export/sql.php b/libraries/export/sql.php
index 625e716..efda8d7 100644
--- a/libraries/export/sql.php
+++ b/libraries/export/sql.php
@@ -964,7 +964,7 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $relation = false,
 
     switch($export_mode) {
         case 'create_table':
-            $dump .= PMA_exportComment(__('Table structure for table') . ' ' . $formatted_table_name)
+            $dump .= PMA_exportComment(__('Table structure for table') . ' ' . $formatted_table_name);
             $dump .= PMA_exportComment();
             $dump .= PMA_getTableDef($db, $table, $crlf, $error_url, $dates);
             $dump .= PMA_getTableComments($db, $table, $crlf, $relation, $mime);


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list