mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed errors in visual console on simple value
This commit is contained in:
parent
3b3e7a9c97
commit
0915e46e4c
@ -1538,7 +1538,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
||||
if(get_parameter('action') == 'edit'){
|
||||
//html_debug($layoutData);
|
||||
//echo 'Data value';
|
||||
if(strip_tags($io_safe_output_text) != '_VALUE_'){
|
||||
if( (strip_tags($io_safe_output_text) != '_VALUE_') || (strip_tags($io_safe_output_text) != '(_VALUE_)') ){
|
||||
echo $io_safe_output_text;
|
||||
}
|
||||
else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user