diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-07 10:48:31 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-07 10:48:31 +0000 |
| commit | 057d3c251e57beb69f766b6fd6c565c4dfcbe587 (patch) | |
| tree | 8e532d9ba49c224767e0c250fd27af8ac3ec137c /admin | |
| parent | 6d17e450bd67bd23e5e91c3f6380617f419b063a (diff) | |
| download | fisheye-057d3c251e57beb69f766b6fd6c565c4dfcbe587.tar.gz fisheye-057d3c251e57beb69f766b6fd6c565c4dfcbe587.tar.bz2 fisheye-057d3c251e57beb69f766b6fd6c565c4dfcbe587.zip | |
add option to specify caching time of rss feeds, add / fix rss default setting in individual packages
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 2342293..74cdb90 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -104,4 +104,9 @@ $gBitInstaller->registerUserPermissions( FISHEYE_PKG_NAME, array( array('p_fisheye_create_public_gal', 'Can create public galleries any user can load images into', 'editors', FISHEYE_PKG_NAME), ) ); +if( defined( 'RSS_PKG_NAME' )) { + $gBitInstaller->registerPreferences( FISHEYE_PKG_NAME, array( + array( RSS_PKG_NAME, FISHEYE_PKG_NAME.'_rss', 'y'), + )); +} ?> |
