From f7cf07d8afd68df9647247a4da7a07058788fb6b Mon Sep 17 00:00:00 2001 From: wjames5 Date: Mon, 5 Mar 2007 00:59:58 +0000 Subject: adds new blog service - auto gen user blogs on new user registration - off by default --- LibertySystem.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LibertySystem.php') 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 */ @@ -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'); -- cgit v1.3