mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Change some PhpWebGallery to Piwigo.
Not all PhpWebGallery has been translated! git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
4
feed.php
4
feed.php
@@ -136,7 +136,7 @@ if (!$image_only)
|
||||
$item->descriptionHtmlSyndicated = true;
|
||||
|
||||
$item->date = mysqldt_to_ts($dbnow);
|
||||
$item->author = 'PhpWebGallery notifier';
|
||||
$item->author = 'Piwigo notifier';
|
||||
$item->guid= sprintf('%s', $dbnow);;
|
||||
|
||||
$rss->addItem($item);
|
||||
@@ -188,7 +188,7 @@ foreach($dates as $date_detail)
|
||||
$item->descriptionHtmlSyndicated = true;
|
||||
|
||||
$item->date = mysqldt_to_ts($date);
|
||||
$item->author = 'PhpWebGallery notifier';
|
||||
$item->author = 'Piwigo notifier';
|
||||
$item->guid= sprintf('%s', 'pics-'.$date);;
|
||||
|
||||
$rss->addItem($item);
|
||||
|
||||
Reference in New Issue
Block a user