diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 22:48:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 22:48:41 +0000 |
commit | f09ea69525d406fb565fc94cddd03eb7690d501e (patch) | |
tree | 4269203257bcf2bb60f1fb432afb70aeb081fcc2 /h-source/Application/Views/Rss/modifications.php | |
parent | e7b3717614621f14695ab6ca6dda6dd17ba3d65c (diff) |
added RSS - part 3
Diffstat (limited to 'h-source/Application/Views/Rss/modifications.php')
-rw-r--r-- | h-source/Application/Views/Rss/modifications.php | 1 |
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 } ?> |