]> code.citadel.org Git - citadel.git/commitdiff
* Tweaked the code to work with libical 0.24
authorArt Cancro <ajc@citadel.org>
Wed, 25 Dec 2002 07:06:00 +0000 (07:06 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 25 Dec 2002 07:06:00 +0000 (07:06 +0000)
webcit/ChangeLog
webcit/calendar.c

index 299117903496d7befdc0033585b43efb023acc7d..e3414fb6f0cae6a9fd7080c8b793b0959d38239f 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 400.68  2002/12/25 07:06:00  ajc
+* Tweaked the code to work with libical 0.24
+
 Revision 400.67  2002/12/20 04:50:00  ajc
 * When saving a calendar event, increment the SEQUENCE property.
 
@@ -1186,4 +1189,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 423583060b122606e5a91f699fe799ae4e1b8625..ad5b34b5e357e5102067a5e5cc7b08e699db3c73 100644 (file)
@@ -323,8 +323,7 @@ void cal_process_attachment(char *part_source, long msgnum, char *cal_partnum) {
        cal = icalcomponent_new_from_string(part_source);
 
        if (cal == NULL) {
-               wprintf("Error parsing calendar object: %s<BR>\n",
-                       icalerror_strerror(icalerrno));
+               wprintf("Error parsing calendar object<BR>\n");
                return;
        }