from patch 1649881, support procedures and functions (work in progress)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user