From 51491ab08f2be1c59439e049a20d7555ec0f918d Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 14 May 2008 22:25:36 +0000 Subject: 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 --- feed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feed.php') diff --git a/feed.php b/feed.php index 9ea4cbbb4..3c435cff1 100644 --- a/feed.php +++ b/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); -- cgit v1.2.3