]> git.wh0rd.org - tt-rss.git/commitdiff
another content type workaround in update_rss_feed
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 7 Jul 2006 03:48:37 +0000 (04:48 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 7 Jul 2006 03:48:37 +0000 (04:48 +0100)
functions.php

index 61b35a901afffeebd93e0897edfc64dbbf49dace..0f679e9648c7e1becab9aca7a05946baeaed7b3a 100644 (file)
        
                                        if (!$entry_content) $entry_content = $item["content:encoded"];
                                        if (!$entry_content) $entry_content = $item["content"];
+                                       if (!$entry_content) $entry_content = $item["atom_content"];
                                        if (!$entry_content) $entry_content = $item["summary"];
                                        if (!$entry_content) $entry_content = $item["description"];