diff options
author | rub <rub@piwigo.org> | 2007-03-04 22:40:28 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-04 22:40:28 +0000 |
commit | e06d9ae13df4563779988a251ebd11f58f091179 (patch) | |
tree | 1264f9b6a26fd9bc84c906d2932f5a3756baff7e /feed.php | |
parent | bd3f9519fe5d13b8ca21021b8445d5e781cb538b (diff) |
Add on $conf value of the function get_recent_post_dates
git-svn-id: http://piwigo.org/svn/trunk@1871 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'feed.php')
-rw-r--r-- | feed.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | file : $Id$ // | last update : $Date$ @@ -164,7 +164,7 @@ else } } -$dates = get_recent_post_dates(5, 6, 6); +$dates = get_recent_post_dates_array($conf['recent_post_dates']['RSS']); foreach($dates as $date_detail) { // for each recent post date we create a feed item |