Changeset 2628
- Timestamp:
- 06/23/08 05:46:07 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/php/lib/function.mtcclicenserdf.php
r1174 r2628 30 30 $title = encode_xml(strip_hyphen($entry['entry_title'])); 31 31 $desc = encode_xml(strip_hyphen($ctx->tag('EntryExcerpt'))); 32 $creator = encode_xml(strip_hyphen($entry['entry_author_id'] ? $entry['author_n ame'] : ''));32 $creator = encode_xml(strip_hyphen($entry['entry_author_id'] ? $entry['author_nickname'] : '')); 33 33 $date = $ctx->_hdlr_date(array('format' => "%Y-%m-%dT%H:%M:%S"), $ctx) . $ctx->tag('BlogTimezone'); 34 34 $rdf .= <<<RDF
