diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-20 11:50:17 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-20 11:50:17 +0000 |
| commit | 39e8b65ce7b36c65750c7a21d577dc79a717c9b2 (patch) | |
| tree | aaa3d09c2832ae47d09603733e554bff85dcfb2f /admin | |
| parent | 81883d26145c8a40d9120cdc4e1eee004e994617 (diff) | |
| download | articles-39e8b65ce7b36c65750c7a21d577dc79a717c9b2.tar.gz articles-39e8b65ce7b36c65750c7a21d577dc79a717c9b2.tar.bz2 articles-39e8b65ce7b36c65750c7a21d577dc79a717c9b2.zip | |
Thought this had been commited - default articles_attachments on
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 65bc227..0712008 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -110,6 +110,7 @@ $gBitInstaller->registerUserPermissions( ARTICLES_PKG_NAME, array( // ### Default Preferences $gBitInstaller->registerPreferences( ARTICLES_PKG_NAME, array( + array( ARTICLES_PKG_NAME, 'articles_attachments','y'), array( ARTICLES_PKG_NAME, 'articles_list_author','y'), array( ARTICLES_PKG_NAME, 'articles_list_date','y'), array( ARTICLES_PKG_NAME, 'articles_list_img','y'), |
