Author: as
Date: Thu Nov  1 11:16:01 2007
New Revision: 6654

Log:
- Remove some uneeded code.

Modified:
    trunk/Feed/src/processors/rss1.php

Modified: trunk/Feed/src/processors/rss1.php
==============================================================================
--- trunk/Feed/src/processors/rss1.php [iso-8859-1] (original)
+++ trunk/Feed/src/processors/rss1.php [iso-8859-1] Thu Nov  1 11:16:01 2007
@@ -295,7 +295,6 @@
         $xp = new DOMXpath( $xml );
         $set = $xp->query( './namespace::*', $xml->documentElement );
         $this->usedNamespaces = array();
-        $items = $xml->getElementsByTagName( 'item' );
 
         // @todo Parse modules
 
@@ -305,12 +304,6 @@
                  && $rssChild->tagName === 'channel' )
             {
                 $channel = $rssChild;
-            }
-
-            if ( $rssChild->nodeType === XML_ELEMENT_NODE
-                 && $rssChild->tagName === 'image' )
-            {
-                $image = $rssChild;
             }
         }
 


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to