diff options
| author | Christian Fowler <spider@viovio.com> | 2007-12-03 18:01:23 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-12-03 18:01:23 +0000 |
| commit | 67cd7f7650776fc2c66b5ec3b728035a35020f7e (patch) | |
| tree | 6f17465bec0c0d39bb2284657bde4dfb7c1596b0 /admin | |
| parent | 2a11a3411bf60521091066cfd6387b4ca09ac1ba (diff) | |
| download | tags-67cd7f7650776fc2c66b5ec3b728035a35020f7e.tar.gz tags-67cd7f7650776fc2c66b5ec3b728035a35020f7e.tar.bz2 tags-67cd7f7650776fc2c66b5ec3b728035a35020f7e.zip | |
add some defaults to content listing so fresh installs actually look like they are working
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/schema_inc.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 3c79fae..102f467 100755 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -30,13 +30,10 @@ $gBitInstaller->registerPackageInfo( TAGS_PKG_NAME, array( $gBitInstaller->registerPreferences( TAGS_PKG_NAME, array( array( TAGS_PKG_NAME, 'tags_in_view', 'y' ), - // array( TAGS_PKG_NAME, 'tags_in_nav', 'n' ), - // array( TAGS_PKG_NAME, 'tags_in_body', 'n' ), - // array( TAGS_PKG_NAME, 'tags_lowercase 'n'), - // array( TAGS_PKG_NAME, 'tags_strip_spaces 'n'), - // array( TAGS_PKG_NAME, 'tags_strip_nonword 'n'), - // array( TAGS_PKG_NAME, 'tags_strip_regexp ''), - // array( TAGS_PKG_NAME, 'tags_strip_replace ''), + array( TAGS_PKG_NAME, 'tags_list_title', 'y' ), + array( TAGS_PKG_NAME, 'tags_list_type', 'y' ), + array( TAGS_PKG_NAME, 'tags_list_author', 'y' ), + array( TAGS_PKG_NAME, 'tags_list_lastmodif', 'y' ), ) ); // ### Sequences |
