From 3121006d8f5575150587ba26e326557120cc8190 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 7 Dec 2011 12:24:04 +0530 Subject: [PATCH] Already contains a semicolon --- db_operations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_operations.php b/db_operations.php index 7e0309eec0..e4c559119a 100644 --- a/db_operations.php +++ b/db_operations.php @@ -134,7 +134,7 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) { $sql_view_standin = PMA_getTableDefStandIn($db, $each_table, "\n"); PMA_DBI_select_db($newname); PMA_DBI_query($sql_view_standin); - $GLOBALS['sql_query'] .= "\n" . $sql_view_standin . ';'; + $GLOBALS['sql_query'] .= "\n" . $sql_view_standin; } } -- 2.11.4.GIT