Changeset 155 for trunk/api.php

Show
Ignore:
Timestamp:
09/01/10 15:44:14 (21 months ago)
Author:
gnum
Message:

References #100, the second subtask is done, also created a unified standalone comment view, similar logic should be used for any piece of very similar code, unless there are one too many custom cases to handle

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/api.php

    r139 r155  
    148148                $feed->handle_content_type(); 
    149149 
    150                 //XXX We do not handleerrors here, as invalid XML is processed fine, but might raise errors 
     150                //We do not handle errors here, as invalid XML is processed fine, but might raise errors 
    151151                //TODO Think about preprocessing Feed before giving it to SimplePie parser 
    152152                if ($feed->error())