Vergleich inc/class_feedparser.php - 1.2.8 - 1.2.10

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * $Id$

 * $Id: class_feedparser.php 3508 2007-11-23 16:10:16Z Tikitiki $

 */

class FeedParser

 */

class FeedParser

Zeile 178Zeile 178
			// Otherwise, attempt to use the author if we have it
else if(array_key_exists("author", $feed_item))
{

			// Otherwise, attempt to use the author if we have it
else if(array_key_exists("author", $feed_item))
{

				$item['author'] = $fed_item['author']['value'];

				$item['author'] = $feed_item['author']['value'];

			}

// Assign the item to our list of items

			}

// Assign the item to our list of items