From b7a037f0d80ee67bbb8c5b1684ff2eaec00bdde8 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 8 Oct 2006 00:31:25 +1300 Subject: [PATCH] Default behaviour is that collections always exist. --- inc/always.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/always.php b/inc/always.php index 6d8f98e2..d26d019d 100644 --- a/inc/always.php +++ b/inc/always.php @@ -17,6 +17,7 @@ $c->domain_name = $_SERVER['SERVER_NAME']; $c->images = "/images"; $c->save_time_zone_defs = 1; $c->stylesheets = array( "/rscds.css" ); +$c->collections_always_exist = true; // Kind of private configuration values $c->total_query_time = 0;