* Set up framework for "notes" view, and added a skeleton function for
[citadel.git] / webcit / roomops.c
index af4b85c80e2fc3842f1df38a3c805486fd77cfc7..62dc983659a1ae6f900a9207b5ea672638398dbb 100644 (file)
@@ -36,7 +36,8 @@ char *viewdefs[] = {
        "Summary",
        "Address Book",
        "Calendar",
-       "Tasks"
+       "Tasks",
+       "Notes"
 };
 
 char floorlist[128][SIZ];