From 753a03d895e60f3a59eb686fb9fc0278618cc924 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 09:43:31 -0400 Subject: public indexers in config file darcs-hash:20080717134331-84dde-b63c9b7e318d74e2cfea14cc962ec2d519f20d43.gz --- lib/common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index 0203c2dea..a49806b05 100644 --- a/lib/common.php +++ b/lib/common.php @@ -73,7 +73,8 @@ $config = 'resource' => 'uniquename', 'password' => 'blahblahblah', 'host' => NULL, # only set if != server - 'debug' => false), # print extra debug info + 'debug' => false, # print extra debug info + 'public' => array()), # JIDs of users who want to receive the public stream ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); -- cgit v1.2.3-54-g00ecf