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ř <michal@cihar.com>2004-08-16 15:05:10 +0400
committerMichal Čihař <michal@cihar.com>2004-08-16 15:05:10 +0400
commit82775fdfa7233947c0009a89eb1eeb42d46d8c80 (patch)
tree751032ca517833c7d0fc8e8dbb0581d430f7cec8 /read_dump.php
parent95e3775b5e021cab6ab3c1dde685e52048abd27b (diff)
forgotten debug echo :-)
Diffstat (limited to 'read_dump.php')
-rw-r--r--read_dump.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/read_dump.php b/read_dump.php
index ab976a1849..ad3364ba88 100644
--- a/read_dump.php
+++ b/read_dump.php
@@ -261,7 +261,6 @@ if ($sql_query != '') {
$a_sql_query = $pieces[$i]['query'];
// .*? bellow is non greedy expansion, just in case somebody wants to understand it...
- echo "<pre>$a_sql_query</pre>";
if ($i == $count - 1 && preg_match('@^((-- |#)[^\n]*\n|/\*.*?\*/)*(SELECT|SHOW)@i', $a_sql_query)) {
$complete_query = $sql_query;
$display_query = $sql_query;