1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 15:16:44 +02:00

Fix compiled version on PHP with multibyte support

This commit is contained in:
Jakub Vrana
2012-09-17 15:32:28 -07:00
parent 534f4ee5cc
commit a89ab34a8e
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
Adminer 3.6.1-dev:
Fix compiled version on PHP with multibyte support
Adminer 3.6.0 (released 2012-09-16):
Load more data in select
Edit strings with \n in textarea

View File

@@ -9,7 +9,7 @@ function add_apo_slashes($s) {
}
function add_quo_slashes($s) {
return addcslashes($s, "\n\r\$\"\\");
return addcslashes($s, "\n\r\$\0\"\\");
}
function remove_lang($match) {