*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Tue, 1 Feb 2005 04:43:08 +0000 (04:43 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Feb 2005 04:43:08 +0000 (04:43 +0000)
webcit/calendar_view.c
webcit/groupdav_propfind.c
webcit/webserver.c

index 4f46c51cd3e0515ac459326b3df7da3f8aebe6e4..abe4b34a8afbb307160d34bf02793044c59646e0 100644 (file)
@@ -675,10 +675,6 @@ void do_tasks_view(void) {
 
        wprintf("</TABLE>\n");
 
-       wprintf("<hr /><A HREF=\"/display_edit_task?msgnum=0\">"
-               "Add new task</A>\n"
-       );
-
        do_template("endbox");
 
 
index 76003ffa92b80f40b5af745241c019560bfa906d..a44f746cc7057aa7e060e60d675de77f23322f5f 100644 (file)
@@ -137,7 +137,7 @@ void groupdav_propfind(char *dav_pathname) {
        char buf[SIZ];
        char uid[SIZ];
        long *msgs = NULL;
-       int num_msgs;
+       int num_msgs = 0;
        int i, j;
 
        /* First, break off the "/groupdav/" prefix */
index a0fc24698b5fdf87a0b9e2fd65650ccae50a2308..ca74302ca44bc452e65ed54df10f7699c39d30bd 100644 (file)
@@ -318,7 +318,7 @@ int main(int argc, char **argv)
        }
        /* Tell 'em who's in da house */
        lprintf(1, SERVER "\n"
-"Copyright (C) 1996-2004 by the Citadel/UX development team.\n"
+"Copyright (C) 1996-2005 by the Citadel/UX development team.\n"
 "This software is distributed under the terms of the GNU General Public\n"
 "License.  If you paid for this software, someone is ripping you off.\n\n");