PatchFeeder: add creation date info
This commit is contained in:
parent
0698c32dc3
commit
334b732846
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ $db->sort();
|
||||||
<link>https://www.patchbot.de/</link>
|
<link>https://www.patchbot.de/</link>
|
||||||
<description>Providing you the latest update notifications.</description>
|
<description>Providing you the latest update notifications.</description>
|
||||||
<copyright>© <?php echo date('Y'); ?> Steffen Lange</copyright>
|
<copyright>© <?php echo date('Y'); ?> Steffen Lange</copyright>
|
||||||
|
<pubDate><?php echo date(DATE_RSS); ?></pubDate>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
for ($i = 0; $i < $db->count(); $i++) {
|
for ($i = 0; $i < $db->count(); $i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue