Changeset 1794
- Timestamp:
- 09/06/10 19:53:17 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
lib/phpcommon/racesiterators.class.php (modified) (1 diff)
-
site/feed/modules.updates.rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/racesiterators.class.php
r1793 r1794 120 120 //$newItem->setEncloser('http://www.attrtest.com', '1283629', 'audio/mpeg'); 121 121 //Use core addElement() function for other supported optional elements 122 $newItem->addElement('author', EMAIL_COMITE_VLM );122 $newItem->addElement('author', EMAIL_COMITE_VLM." (VLM)"); 123 123 //Attributes have to passed as array in 3rd parameter 124 124 $newItem->addElement('guid', $linkics, array('isPermaLink'=>'true')); -
trunk/site/feed/modules.updates.rss2.php
r1793 r1794 31 31 //$newItem->setEncloser('http://www.attrtest.com', '1283629', 'audio/mpeg'); 32 32 //Use core addElement() function for other supported optional elements 33 $newItem->addElement('author', EMAIL_COMITE_VLM );33 $newItem->addElement('author', EMAIL_COMITE_VLM." (VLM)"); 34 34 //Attributes have to passed as array in 3rd parameter 35 35 $newItem->addElement('guid', "".$row['revid'].$row['moduleid']);
