summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-07 10:48:32 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-07 10:48:32 +0000
commitbe224220d6b674327b3e61658c8a670a2e0e59bf (patch)
tree7882ce4a839dd38c8fefab30fc84e3ceb42cb648 /admin/schema_inc.php
parent7be1c7aa6f89f524b5afc78d6fd2e2b850c73960 (diff)
downloadrss-be224220d6b674327b3e61658c8a670a2e0e59bf.tar.gz
rss-be224220d6b674327b3e61658c8a670a2e0e59bf.tar.bz2
rss-be224220d6b674327b3e61658c8a670a2e0e59bf.zip
add option to specify caching time of rss feeds, add / fix rss default setting in individual packages
Diffstat (limited to 'admin/schema_inc.php')
-rw-r--r--admin/schema_inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 4c32d0e..ef73154 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -33,5 +33,7 @@ $gBitInstaller->registerPackageInfo( RSS_PKG_NAME, array(
) );
// ### Default Preferences
-// every package inserts it's own rss preference
+$gBitInstaller->registerPreferences( RSS_PKG_NAME, array(
+ array( RSS_PKG_NAME, 'rssfeed_cache_time', 3600 ),
+));
?>