summaryrefslogtreecommitdiff
path: root/classes/feedparser.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-01 17:56:21 +0400
committerAndrew Dolgov <[email protected]>2013-05-01 17:56:21 +0400
commitb8f316dc288d759938aaae1e49d4bd2093dc99a2 (patch)
tree7a096735fcf3e322ba995e20fc765c1a4945a77d /classes/feedparser.php
parent04d2f9c831b14f7295a3475746b9096402a055f0 (diff)
change caching to save xml data, remove RDF init section
Diffstat (limited to 'classes/feedparser.php')
-rw-r--r--classes/feedparser.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/feedparser.php b/classes/feedparser.php
index fb6344cc0..ed284a043 100644
--- a/classes/feedparser.php
+++ b/classes/feedparser.php
@@ -64,9 +64,6 @@ class FeedParser {
}
break;
- case $this::FEED_RDF:
-
- break;
case $this::FEED_RSS:
$title = $xpath->query("//channel/title")->item(0);