mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"image: using csv_split for options to allow options with commas, eg. filenames containing commas"
This commit is contained in:
parent
ecd9354d1d
commit
69171b7928
@ -1485,7 +1485,7 @@ class etemplate extends boetemplate
|
||||
}
|
||||
if (!$readonly)
|
||||
{
|
||||
list($extra_link,$extra_link_target,$imagemap,$extra_link_popup,$id) = explode(',',$cell['size']);
|
||||
list($extra_link,$extra_link_target,$imagemap,$extra_link_popup,$id) = self::csv_split($cell['size']);
|
||||
}
|
||||
$html .= html::image($app,$img,strlen($label) > 1 && !$cell['no_lang'] ? lang($label) : $label,
|
||||
'border="0"'.($imagemap?' usemap="#'.html::htmlspecialchars($imagemap).'"':'').
|
||||
|
Loading…
Reference in New Issue
Block a user