Default behaviour is that collections always exist.

This commit is contained in:
Andrew McMillan 2006-10-08 00:31:25 +13:00
parent 85234b5072
commit b7a037f0d8

View File

@ -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;