mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Strip HTML tags from long description
This commit is contained in:
parent
490b516c7d
commit
d204c688c8
@ -64,6 +64,7 @@ class resources_export_csv implements importexport_iface_export_plugin {
|
|||||||
}
|
}
|
||||||
$resource = new resources_egw_record();
|
$resource = new resources_egw_record();
|
||||||
$resource->set_record($record);
|
$resource->set_record($record);
|
||||||
|
$resource->long_description = strip_tags($resource->long_description);
|
||||||
if($options['convert']) {
|
if($options['convert']) {
|
||||||
importexport_export_csv::convert($resource, $types, 'resources');
|
importexport_export_csv::convert($resource, $types, 'resources');
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user