From 55edce34a9b77c64423b82fe515e147b3aad1995 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 29 Oct 2009 13:58:39 +0000 Subject: [PATCH] * Disable creation of wiki rooms temporarily --- webcit/roomops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/roomops.c b/webcit/roomops.c index 685b32c08..decdddaa7 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -44,7 +44,7 @@ int is_view_allowed_as_default(int which_view) case VIEW_CALENDAR: return(1); case VIEW_TASKS: return(1); case VIEW_NOTES: return(1); - case VIEW_WIKI: return(1); + case VIEW_WIKI: return(0); /* not finished yet */ case VIEW_CALBRIEF: return(0); case VIEW_JOURNAL: return(0); default: return(0); /* should never get here */ -- 2.30.2