Show
Ignore:
Timestamp:
09/06/10 19:53:17 (21 months ago)
Author:
paparazzia
Message:

* Email address was missing real name (fix #398)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/feed/modules.updates.rss2.php

    r1793 r1794  
    3131        //$newItem->setEncloser('http://www.attrtest.com', '1283629', 'audio/mpeg'); 
    3232        //Use core addElement() function for other supported optional elements 
    33         $newItem->addElement('author', EMAIL_COMITE_VLM); 
     33        $newItem->addElement('author', EMAIL_COMITE_VLM." (VLM)"); 
    3434        //Attributes have to passed as array in 3rd parameter 
    3535        $newItem->addElement('guid', "".$row['revid'].$row['moduleid']);