mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
Don't print query in edit
This commit is contained in:
@@ -46,7 +46,7 @@ tinyMCE.init({
|
||||
<?php
|
||||
}
|
||||
|
||||
function selectVal(&$val, $link, $field) {
|
||||
function selectVal(&$val, $link, $field, $original) {
|
||||
if (preg_match("~_html~", $field["field"]) && $val != ' ') {
|
||||
$shortened = (substr($val, -10) == "<i>...</i>");
|
||||
if ($shortened) {
|
||||
|
Reference in New Issue
Block a user