Changeset 2628

Show
Ignore:
Timestamp:
06/23/08 05:46:07 (20 months ago)
Author:
takayama
Message:

Fixed BugId:80271
* Changed to author nickname instead of author name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/php/lib/function.mtcclicenserdf.php

    r1174 r2628  
    3030        $title = encode_xml(strip_hyphen($entry['entry_title'])); 
    3131        $desc = encode_xml(strip_hyphen($ctx->tag('EntryExcerpt'))); 
    32         $creator = encode_xml(strip_hyphen($entry['entry_author_id'] ? $entry['author_name'] : '')); 
     32        $creator = encode_xml(strip_hyphen($entry['entry_author_id'] ? $entry['author_nickname'] : '')); 
    3333        $date = $ctx->_hdlr_date(array('format' => "%Y-%m-%dT%H:%M:%S"), $ctx) . $ctx->tag('BlogTimezone'); 
    3434        $rdf .= <<<RDF