Skip to content

Commit

Permalink
Updates expRSS & rss for controllers to be more efficient. *Requires …
Browse files Browse the repository at this point in the history
…install_tables be run to update database* Rss feeds will be turned off after this update until you save the module config again.
  • Loading branch information
dleffler committed Apr 28, 2011
1 parent a7101e4 commit 1fed930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/core/database/definitions/expRss.php
Expand Up @@ -38,6 +38,12 @@
'feed_desc'=>array(
DB_FIELD_TYPE=>DB_DEF_STRING,
DB_FIELD_LEN=>100000),
'enable_rss'=>array(
DB_FIELD_TYPE=>DB_DEF_BOOLEAN),
'rss_limit'=>array(
DB_FIELD_TYPE=>DB_DEF_INTEGER),
'rss_cachetime'=>array(
DB_FIELD_TYPE=>DB_DEF_INTEGER),
);

?>

0 comments on commit 1fed930

Please sign in to comment.