From 33267e55b78dd22df74c132cd74830dc41402c1e Mon Sep 17 00:00:00 2001 From: Thilina Buddika Date: Fri, 10 Aug 2012 05:53:26 +0530 Subject: [PATCH] missing symbol --- libraries/structure.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 8be8a90c94..77385cee4a 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -573,7 +573,7 @@ function PMA_getHtmlForInsertEmptyDropActionLinks($tbl_url_query, $table_is_view $html_output = '' . '' + . ' href="tbl_change.php?' . $tbl_url_query . '">' . $titles['Insert'] . ''; $html_output .= '' . $empty_table . ''; @@ -587,7 +587,7 @@ function PMA_getHtmlForInsertEmptyDropActionLinks($tbl_url_query, $table_is_view $html_output .= ' view'; } $html_output .= '"'; - } + } $html_output .= 'href="sql.php?' . $tbl_url_query . '&reload=1&purge=1&sql_query=' . urlencode($drop_query) . '&message_to_show='