Skip to content
Snippets Groups Projects
Commit d6340b6d authored by Alex Barth's avatar Alex Barth
Browse files

Add space between two different blocks of functionality.

parent a0de7ea3
No related branches found
No related tags found
No related merge requests found
......@@ -364,6 +364,7 @@ function _parser_common_syndication_RSS20_parse($feed_XML) {
foreach ($feed_XML->xpath('//item') as $news) {
$title = $body = $original_author = $original_url = $guid = '';
$category = $news->xpath('category');
// Get children for current namespace.
if (version_compare(phpversion(), '5.1.2', '>')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment