]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Thu, 9 Sep 2010 20:02:35 +0000 (22:02 +0200)
committerJakub Vrana <jakub@vrana.cz>
Thu, 9 Sep 2010 20:02:49 +0000 (22:02 +0200)
adminer/drivers/mysql.inc.php
todo.txt

index b64d204540a10b405966d872621199351aaf6b08..059e0c5bc4f302c6b9b785d8d97702c08d127079 100644 (file)
@@ -18,7 +18,7 @@ if (!defined("DRIVER")) {
                        }
                        
                        function connect($server, $username, $password) {
-                               mysqli_report(MYSQLI_REPORT_OFF); // stays between requests
+                               mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4
                                list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
                                return @$this->real_connect(
                                        ($server != "" ? $host : ini_get("mysqli.default_host")),
index b8e29037992017051169e319de34105b43344685..4cb67bb687b68e29a4ba82f4d3acb38cd7a735a5 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,7 +1,7 @@
 Transactions in export
 Create view and routine options
 Variables editation, especially timezone
-Highlight SQL textarea, then display query inside textarea in select - may use external CodePress
+Highlight SQL textarea, then display query inside textarea in select - may use external CodeMirror
 Blob download and image display in edit form (important for Editor with hidden fields in select)
 Add title to Logout, edit (in select) and select (in menu) in style "hever"
 Shift-click in checkboxes to select range