* Disable creation of wiki rooms temporarily
authorArt Cancro <ajc@citadel.org>
Thu, 29 Oct 2009 13:58:39 +0000 (13:58 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 29 Oct 2009 13:58:39 +0000 (13:58 +0000)
webcit/roomops.c

index 685b32c0807387a7ac3bd2e7537ff8dca8cdecc5..decdddaa726197079e05daa5c630b69bedcaa0a0 100644 (file)
@@ -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 */