Changeset 905
- Timestamp:
- 12/18/10 11:29:16 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
txp/plugins/trunk/ort_rss2article/ort_rss2article.php
r904 r905 13906 13906 ############################################################################# 13907 13907 function ort_menu_sections(){ 13908 if (! $result=safe_rows_start('name','txp_section' ,1) ) return "";13908 if (! $result=safe_rows_start('name','txp_section') ) return ""; 13909 13909 13910 13910 $html_return = ''; … … 13954 13954 function ort_show_table() { 13955 13955 13956 if (! $result=safe_rows_start('rss_feed_name,rss_feed_url,last_article_id,last_updated,section_name,update_feed','ort_rss2article' ,1) ) return "";13956 if (! $result=safe_rows_start('rss_feed_name,rss_feed_url,last_article_id,last_updated,section_name,update_feed','ort_rss2article') ) return ""; 13957 13957 13958 13958 $html_return = '';
