aboutsummaryrefslogtreecommitdiff
path: root/scripts/feeds.php
diff options
context:
space:
mode:
authorpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2007-01-06 15:41:46 +0000
committerpmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360>2007-01-06 15:41:46 +0000
commit53d6562684749ce54abe60eb7c0924eae9ea4224 (patch)
treebb3f444ef424defc123e26eedbdc318f8ab196f5 /scripts/feeds.php
parent434525f5b7987825ce159f50313e479967bbfd24 (diff)
downloadpmwiki.svn-53d6562684749ce54abe60eb7c0924eae9ea4224.tar.bz2
$FeedOpt -> $FeedPageListOpt
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1790 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts/feeds.php')
-rw-r--r--scripts/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feeds.php b/scripts/feeds.php
index bc30ccfe..b73b99bc 100644
--- a/scripts/feeds.php
+++ b/scripts/feeds.php
@@ -163,7 +163,7 @@ foreach(array_keys($FeedFmt) as $k) {
function HandleFeed($pagename, $auth = 'read') {
global $FeedFmt, $action, $PCache, $FmtV, $TimeISOZFmt, $RSSTimeFmt,
- $FeedOpt, $FeedDescPatterns, $CategoryGroup, $EntitiesTable;
+ $FeedPageListOpt, $FeedDescPatterns, $CategoryGroup, $EntitiesTable;
SDV($RSSTimeFmt, 'D, d M Y H:i:s \G\M\T');
SDV($FeedDescPatterns,
array('/<[^>]*$/' => ' ', '/\\w+$/' => '', '/<[^>]+>/' => ''));