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:
authorMichal Čihař <mcihar@suse.cz>2013-08-06 17:56:32 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-06 17:56:32 +0400
commit9c141ee6076839ec67169d6296a616bdf96f91db (patch)
tree2c9e21cbe9b0b26835dd23ad0839c6edc1889d94 /tbl_select.php
parent1584970e08d10b379f3ad13e31f8f365d5ee055c (diff)
Various coding style fixes
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_select.php b/tbl_select.php
index f91b0d1c6c..07be207143 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -56,12 +56,12 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
* Selection criteria have been submitted -> do the work
*/
$sql_query = $table_search->buildSqlQuery();
-
+
/**
* Parse and analyze the query
*/
- require_once 'libraries/parse_analyze.inc.php';
-
+ include_once 'libraries/parse_analyze.inc.php';
+
PMA_executeQueryAndSendQueryResponse(
$analyzed_sql_results, false, $db, $table, null, null, null, false, null,
null, null, null, $goto, $pmaThemeImage, null, null, null, $sql_query,