diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-05 00:59:58 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-05 00:59:58 +0000 |
| commit | f7cf07d8afd68df9647247a4da7a07058788fb6b (patch) | |
| tree | f9499b2e991b4f893ebf5147b05bceeab52ae54e | |
| parent | 7650468c881376695deccdc6f3d4dfbecd867981 (diff) | |
| download | liberty-f7cf07d8afd68df9647247a4da7a07058788fb6b.tar.gz liberty-f7cf07d8afd68df9647247a4da7a07058788fb6b.tar.bz2 liberty-f7cf07d8afd68df9647247a4da7a07058788fb6b.zip | |
adds new blog service - auto gen user blogs on new user registration - off by default
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 334de51..0a27669 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.62 2007/02/26 22:35:01 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.63 2007/03/05 00:59:58 wjames5 Exp $ * @author spider <spider@steelsun.com> */ @@ -29,6 +29,7 @@ define( 'DATA_PLUGIN', 'data' ); // Service Definitions define( 'LIBERTY_SERVICE_ACCESS_CONTROL', 'access_control' ); +define( 'LIBERTY_SERVICE_BLOGS', 'blogs' ); define( 'LIBERTY_SERVICE_CATEGORIZATION', 'categorization' ); define( 'LIBERTY_SERVICE_COMMERCE', 'commerce' ); define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates'); |
