]> git.joonet.de Git - adminer.git/commitdiff
Don't print query in edit
authorJakub Vrana <jakub@vrana.cz>
Sat, 11 Jan 2014 05:32:17 +0000 (21:32 -0800)
committerJakub Vrana <jakub@vrana.cz>
Sat, 11 Jan 2014 05:32:17 +0000 (21:32 -0800)
adminer/include/functions.inc.php
changes.txt

index 17de6629952d5160c46915093333c1778014e914..a0178cec535a59200cdbe86639f7209439519726 100644 (file)
@@ -646,6 +646,8 @@ function get_file($key, $decompress = false) {
                                $content = substr($content, 3);
                        }
                        $return .= $content . "\n\n";
+               } else {
+                       $return .= $content;
                }
        }
        //! support SQL files not ending with semicolon
index 698d871f641ef7a672ddde1b757ef46c4724b96c..236eb0cdeaa80558a9a10e4150dbc4217ade20d6 100644 (file)
@@ -4,6 +4,7 @@ Disable highlighting in textareas with long texts
 Don't autofocus SQL textarea in Firefox
 Don't link NULL foreign key values
 Fix displaying images in Editor, bug since Adminer 3.6.0
+Fix uploading files, bug since Adminer 4.0.0
 MongoDB: Count tables, display ObjectIds, sort, limit, offset, count rows
 Elasticsearch: Fix compiled version, create and drop DB, drop table