mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
Merge 8c9b70fb93
into 122cbf7567
This commit is contained in:
commit
5678ed281e
1 changed files with 3 additions and 3 deletions
4
feed.php
4
feed.php
|
@ -121,7 +121,7 @@ if (!$image_only)
|
|||
|
||||
$item->date = ts_to_iso8601(datetime_to_ts($dbnow));
|
||||
$item->author = $conf['rss_feed_author'];
|
||||
$item->guid= sprintf('%s', $dbnow);;
|
||||
$item->guid= sprintf('%s', $dbnow);
|
||||
|
||||
$rss->addItem($item);
|
||||
|
||||
|
@ -173,7 +173,7 @@ foreach($dates as $date_detail)
|
|||
|
||||
$item->date = ts_to_iso8601(datetime_to_ts($date));
|
||||
$item->author = $conf['rss_feed_author'];
|
||||
$item->guid= sprintf('%s', 'pics-'.$date);;
|
||||
$item->guid= sprintf('%s', 'pics-'.$date);
|
||||
|
||||
$rss->addItem($item);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue