* Carnet:
- Add a vcard of all the contacts -FRU
+ - Fix timestamp in RSS feed -FRU
* Events:
- - Add author in RSS -FRU
+ - Add author and event id in RSS feed -FRU
* Xnet:
- Add a vcard of all the members of a group -FRU
$this->_cats[$tmp['id']] = $tmp;
}
- $lastweek = date('YmdHis',mktime() - 7*24*60*60);
+ $lastweek = date('YmdHis', time() - 7*24*60*60);
// recupere les notifs du watcher $uid, sans detail sur le watcher,
// depuis la semaine dernière, meme ceux sans surveillance, ordonnés
</a>
{/if}
]]></description>
- <pubDate>{$x->known|rss_date}</pubDate>
+ <pubDate>{$x.known|rss_date}</pubDate>
</item>
{/foreach}
{/foreach}