Explicitly default collections_always_exist to false.

This commit is contained in:
Andrew McMillan 2008-11-26 13:25:59 +13:00
parent a4ad2d8fe6
commit ae4bb2eed8

View File

@ -102,7 +102,7 @@ $c->admin_email ='calendar-admin@example.com';
* creation of calendar collections. * creation of calendar collections.
* Default: true * Default: true
*/ */
// $c->collections_always_exist = true; $c->collections_always_exist = false;
/** /**
* The name of a user's "home" calendar. This will be created for each * The name of a user's "home" calendar. This will be created for each