Cleaned a few warnings about deprecated functions.
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index 0426814af7c42619bbbbb9a4b4de5d63354e9af0..bf9f2e9afa2bc1b3a082ca8c83e00ad0972de59d 100644 (file)
@@ -612,7 +612,7 @@ int ical_update_my_calendar_with_reply(icalcomponent *cal) {
         * Citadel always sets the message EUID to the iCalendar UID of
         * the event, this will work.
         */
-       msgnum_being_replaced = locate_message_by_euid(uid, &CC->room);
+       msgnum_being_replaced = CtdlLocateMessageByEuid(uid, &CC->room);
 
        CtdlGetRoom(&CC->room, hold_rm);        /* return to saved room */