Bug : DESCRIPTION tag

This commit is contained in:
sparkyx 2021-01-04 17:43:34 +01:00
commit 5fcd715bf1

View file

@ -1206,6 +1206,8 @@ class Document
,[$p_array['ag_id']]);
return $description;
}
if ( isset($p_array['e_comm'])) {return $p_array['e_comm'] ; }
return "";
break;