diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-04 01:04:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-04 01:04:25 -0400 |
commit | 73a0271960a5e7e2bc6e040595d3071d7b689a99 (patch) | |
tree | 569be28a814427c5b0005e4b96ef536ba14ddc60 /lib/common.php | |
parent | 784299c25778fccb3292b4f339446f37c11d2bf9 (diff) |
enqueue notices for offline broadcast
darcs-hash:20080704050425-84dde-d0106845c7b16b80be8e0d5ee9ac93a457334df7.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 691d33953..0b5b4ab5c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -51,6 +51,8 @@ $config = array('authority' => 'INVALID TAG', 'date' => 'PUT A DATE HERE', 'prefix' => ''), + 'queue' => + array('enabled' => false), 'license' => array('url' => 'http://creativecommons.org/licenses/by/3.0/', 'title' => 'Creative Commons Attribution 3.0', |