This commit is contained in:
Jakub Vrana 2010-09-09 22:02:35 +02:00
parent fd5f49d3fe
commit 8455d05e3e
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ if (!defined("DRIVER")) {
} }
function connect($server, $username, $password) { 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 list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
return @$this->real_connect( return @$this->real_connect(
($server != "" ? $host : ini_get("mysqli.default_host")), ($server != "" ? $host : ini_get("mysqli.default_host")),

View file

@ -1,7 +1,7 @@
Transactions in export Transactions in export
Create view and routine options Create view and routine options
Variables editation, especially timezone 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) 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" Add title to Logout, edit (in select) and select (in menu) in style "hever"
Shift-click in checkboxes to select range Shift-click in checkboxes to select range