diff options
| author | Christian Fowler <spider@viovio.com> | 2007-01-08 08:05:05 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-01-08 08:05:05 +0000 |
| commit | 6c6e64497f59e6361b2561e44889a7d6af731252 (patch) | |
| tree | 6fff3578557fa318dd7c5d55cbc243fafac66d89 /admin | |
| parent | a2345acef65c37979d86f2cc37dd33648a4b0b65 (diff) | |
| download | quota-6c6e64497f59e6361b2561e44889a7d6af731252.tar.gz quota-6c6e64497f59e6361b2561e44889a7d6af731252.tar.bz2 quota-6c6e64497f59e6361b2561e44889a7d6af731252.zip | |
add p_quota_unlimited to schema_inc
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 5abcb9e..5745c4e 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -52,6 +52,7 @@ $gBitInstaller->registerUserPermissions( QUOTA_PKG_NAME, array( array('p_quota_edit', 'Can edit any quota', 'editors', QUOTA_PKG_NAME), array('p_quota_admin', 'Can admin quota', 'editors', QUOTA_PKG_NAME), array('p_quota_read', 'Can read quota', 'basic', QUOTA_PKG_NAME), + array('p_quota_unlimited', 'Can upload unlimited amount of data', 'editors', QUOTA_PKG_NAME), ) ); $gBitInstaller->registerPreferences( QUOTA_PKG_NAME, array( |
