diff --git a/adminer/drivers/mysql.inc.php b/adminer/drivers/mysql.inc.php index b64d2045..059e0c5b 100644 --- a/adminer/drivers/mysql.inc.php +++ b/adminer/drivers/mysql.inc.php @@ -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")), diff --git a/todo.txt b/todo.txt index b8e29037..4cb67bb6 100644 --- 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