Reinstate the summary field in the Atom.

Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
Andrew McMillan 2010-12-27 13:03:03 +13:00
parent 4876542537
commit 18e58fa796

View File

@ -165,6 +165,7 @@ function caldav_get_feed( $request ) {
.'<br />'
.'<strong>' . translate('Description') . '</strong>:<br />' . ( nl2br(hyperlink($p_description->Value())) )
;
$item->setDescription($p_description->Value());
}
$item->setContent($content);