]> code.citadel.org Git - citadel.git/commitdiff
THIS IS 6.72
authorArt Cancro <ajc@citadel.org>
Sat, 18 Feb 2006 05:17:30 +0000 (05:17 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 18 Feb 2006 05:17:30 +0000 (05:17 +0000)
webcit/roomops.c
webcit/webcit.h

index 290f85ac4736e96bb88500b89fd72dd2be378774..a7993a062c07407f5286988525cba843fd3b0785 100644 (file)
@@ -373,7 +373,7 @@ void embed_view_o_matic(void) {
                        ||      (i == WC->wc_default_view)                      /**< default */
                        ||      ( (i == 0) && (WC->wc_default_view == 1) )      /**< mail or bulletin */
                        ||      ( (i == 1) && (WC->wc_default_view == 0) )      /**< mail or bulletin */
-                       ||      ( (i == 7) && (WC->wc_default_view == 3) )      /**< calendar */
+                       /** ||  ( (i == 7) && (WC->wc_default_view == 3) )      (calendar list temporarily disabled) */
                ) {
 
                        wprintf("<OPTION %s VALUE=\"changeview?view=%d\">",
index 0f356609e4b19223b77d463cb6bd4930c93330b0..fbe5866f3716cb9ce817ae93352ba55bb20c9b43 100644 (file)
@@ -123,11 +123,11 @@ extern locale_t wc_locales[];
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
-#define SERVER                 "WebCit v6.71"  /* who's in da house */
+#define SERVER                 "WebCit v6.72"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         671             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    671             /* min required Citadel ver. */
+#define CLIENT_VERSION         672             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    672             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */