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

refs #398 et correction pour que le feed valide

Files:
1 modified

Legend:

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

    r1699 r1793  
    4141    } 
    4242 
    43     $rssobject->setChannelElement('pubDate', $updateTime); 
     43    $rssobject->rssobject->setChannelElement('pubDate', date(DATE_RSS, strtotime($this->updateTime))); 
     44    $this->rssobject->setChannelElement('description', "VLM Modules Status"); 
    4445    $rssobject->genarateFeed(); 
    4546