Add rss export in agenda module

This commit is contained in:
Laurent Destailleur 2008-04-27 21:13:04 +00:00
parent 8aa261fb8f
commit 1555208635

View File

@ -628,7 +628,7 @@ class ActionComm
$event['category']=$obj->libelle;
$event['author']=$obj->fk_user_author;
$event['transparency']='TRANSPARENT'; // TRANSPARENT or OPAQUE
$url=$dolibarr_main_url_root.DOL_URL_ROOT;
$url=$dolibarr_main_url_root;
if (! eregi('\/$',$url)) $url.='/';
$url.='comm/action/fiche.php?id='.$obj->id;
$event['url']=$url;