aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Rss/modifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Rss/modifications.php')
-rw-r--r--h-source/Application/Views/Rss/modifications.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Views/Rss/modifications.php b/h-source/Application/Views/Rss/modifications.php
index 02e7197..e1a89b4 100644
--- a/h-source/Application/Views/Rss/modifications.php
+++ b/h-source/Application/Views/Rss/modifications.php
@@ -17,6 +17,7 @@ $translations = array('insert'=>'inserted','update'=>'updated');
<title><?php echo $row['hardware']['model'];?></title>
<description><![CDATA[<?php echo gtext('the model')." ".$row['hardware']['model']." ".gtext('has been '.$translations[$row['history']['action']].' by')." ".$u->getUser($row['history']['created_by']);?>]]></description>
<link><?php echo $this->baseUrl."/".Hardware::$typeToController[$row['hardware']['type']]."/view/$lang/".$row['hardware']['id_hard']."/".encodeUrl($row['hardware']['model']);?></link>
+ <pubDate><?php echo pubDateFormat($row['history']['creation_date']);?></pubDate>
</item>
<?php } ?>