From f435ca753c1d6ce8f657c3374ae71daec6daf2be Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 12 Nov 2007 07:36:52 +0000 Subject: more democratic play work, still not working going to need db change to make it work how I want, will do later --- lib/init.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/init.php') diff --git a/lib/init.php b/lib/init.php index aab58189..69b3fc2c 100644 --- a/lib/init.php +++ b/lib/init.php @@ -77,7 +77,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha3 Build (002)'; +$results['version'] = '3.4-Alpha3 Build (003)'; $results['int_config_version'] = '5'; $results['raw_web_path'] = $results['web_path']; @@ -130,7 +130,6 @@ require_once $prefix . '/lib/gettext.php'; require_once $prefix . '/lib/batch.lib.php'; require_once $prefix . '/lib/themes.php'; require_once $prefix . '/lib/stream.lib.php'; -require_once $prefix . '/lib/democratic.lib.php'; require_once $prefix . '/lib/xmlrpc.php'; require_once $prefix . '/lib/class/localplay.abstract.php'; require_once $prefix . '/modules/xmlrpc/xmlrpc.inc'; -- cgit