[Cs-rssdb-commits] SF.net SVN: cs-rssdb:[42] trunk/0.1/rssDBClass.php
Status: Abandoned
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-03-27 15:39:38
|
Revision: 42 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=42&view=rev Author: crazedsanity Date: 2009-03-27 14:54:47 +0000 (Fri, 27 Mar 2009) Log Message: ----------- Handle article updates (#268). /rssDBClass.php: * parse_file(): -- when using a path with a special index (i.e. "attributes"), handle the situation where multiple items exist (if the original path doesn't exist, try changing the path to use the first item before throwing an exception). -- when calling article_exists(), use ONLY the link_to_article field. * article_exists(): -- ARG CHANGE: DELETED ARGS (all) -- ARG CHANGE: NEW ARG: #1 ($linkToArticle) -- search using ONLY the link_to_article value. NOTE: may want to also include the source_id in this query... Modified Paths: -------------- trunk/0.1/rssDBClass.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |