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:
rub
2008-05-14 22:25:36 +00:00
parent 52797d017e
commit 51491ab08f
16 changed files with 183 additions and 183 deletions

View File

@@ -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);