diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-01 20:48:00 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-01 20:48:00 +0000 |
| commit | 8138582e4e9584998bf05cc0cfc14f3cee1bd096 (patch) | |
| tree | a2daff5117026c1cf6c24bb649f47f1a32fb1cb4 /admin | |
| parent | d69b92ac6bf5fcf2f74237e6f3e7e4223fdda0e6 (diff) | |
| download | fisheye-8138582e4e9584998bf05cc0cfc14f3cee1bd096.tar.gz fisheye-8138582e4e9584998bf05cc0cfc14f3cee1bd096.tar.bz2 fisheye-8138582e4e9584998bf05cc0cfc14f3cee1bd096.zip | |
remove bogus/unused show_to_all_admins feature, use p_fisheye_admin instead
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index d413e70..a41b8d0 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -73,7 +73,6 @@ $gBitInstaller->registerPreferences( FISHEYE_PKG_NAME, array( array( FISHEYE_PKG_NAME, 'fisheye_menu_text','Image Galleries'), // more intuitive if we can see all galleries we can upload images to array( FISHEYE_PKG_NAME, 'fisheye_show_public_on_upload','y'), - array( FISHEYE_PKG_NAME, 'fisheye_show_all_to_admins','y'), ) ); // ### Default User Permissions |
