mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Tag <!--> ends comment in IE
This commit is contained in:
@@ -379,7 +379,7 @@ ORDER BY ORDINAL_POSITION");
|
|||||||
}
|
}
|
||||||
|
|
||||||
function messageQuery($query) {
|
function messageQuery($query) {
|
||||||
return "<!--\n" . str_replace("--", "--><!--", $query) . "\n-->";
|
return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n-->";
|
||||||
}
|
}
|
||||||
|
|
||||||
function editFunctions($field) {
|
function editFunctions($field) {
|
||||||
|
Reference in New Issue
Block a user