The branch, master has been updated
via ae780330e870052b1cd2ad84d0b7326074bef90a (commit)
from 8eaaa70f21f455b23c1e24acd5064a0c2a269940 (commit)
- Log -----------------------------------------------------------------
commit ae780330e870052b1cd2ad84d0b7326074bef90a
Author: Michal Čihař <[email protected]>
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
------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git