From: Art Cancro Date: Tue, 1 Feb 2005 04:43:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v7.86~5096 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=2d2e34bd74a7b1796d8d3cc22bab4aff6cd46d41;p=citadel.git *** empty log message *** --- diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 4f46c51cd..abe4b34a8 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -675,10 +675,6 @@ void do_tasks_view(void) { wprintf("\n"); - wprintf("
" - "Add new task\n" - ); - do_template("endbox"); diff --git a/webcit/groupdav_propfind.c b/webcit/groupdav_propfind.c index 76003ffa9..a44f746cc 100644 --- a/webcit/groupdav_propfind.c +++ b/webcit/groupdav_propfind.c @@ -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 */ diff --git a/webcit/webserver.c b/webcit/webserver.c index a0fc24698..ca74302ca 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -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");