mirror of
https://github.com/vrana/adminer.git
synced 2026-07-07 13:02:53 +02:00
Don't print query in edit
This commit is contained in:
@@ -26,7 +26,7 @@ class AdminerWymeditor {
|
||||
}
|
||||
}
|
||||
|
||||
function selectVal(&$val, $link, $field) {
|
||||
function selectVal(&$val, $link, $field, $original) {
|
||||
// copied from tinymce.php
|
||||
if (preg_match("~_html~", $field["field"]) && $val != ' ') {
|
||||
$shortened = (substr($val, -10) == "<i>...</i>");
|
||||
|
||||
Reference in New Issue
Block a user