Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-03-17 18:09:37 +0300
committerMarc Delisle <marc@infomarc.info>2007-03-17 18:09:37 +0300
commit1f388161f49dfe0eb67843bdc87010cbc2c876c7 (patch)
tree4f3a35d958c34a995652a94a454c0d8085691aab /db_sql.php
parentb61b210703c529bae2a9c72e52edcce45918ea94 (diff)
from patch 1649881, support procedures and functions (work in progress)
Diffstat (limited to 'db_sql.php')
-rw-r--r--db_sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_sql.php b/db_sql.php
index 618b7eae3d..3445ac9bb3 100644
--- a/db_sql.php
+++ b/db_sql.php
@@ -25,7 +25,7 @@ if ( $num_tables == 0 && empty( $db_query_force ) ) {
/**
* Query box, bookmark, insert data from textfile
*/
-PMA_sqlQueryForm();
+PMA_sqlQueryForm(true, false, isset($_REQUEST['delimiter']) ? $_REQUEST['delimiter'] : ';');
/**
* Displays the footer