* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / calendar_view.c
index 4f46c51cd3e0515ac459326b3df7da3f8aebe6e4..834a4d3b5cdf820266d93919384b8898df656e81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- *
+ * Handles the HTML display of calendar items.
  */
 
 #include <ctype.h>
@@ -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");