Fix the Makefile.in to properly clean the user_modules tree.
[citadel.git] / citadel / modules / extnotify / funambol65.c
index 328dc9e7cc43e402d771d4851f4ea5abe98824c7..4964d9ca9d5b65f0aaa96594e888f027261cb61d 100644 (file)
@@ -125,7 +125,7 @@ int notify_http_server(char *remoteurl,
                                 file_funambol_msg, strerror(errno));
                        CtdlLogPrintf(CTDL_ERR, buf);
 
-                       aide_message(buf, "External notifier unable to find message template!");
+                       CtdlAideMessage(buf, "External notifier unable to find message template!");
                        goto free;
                }
                mimetype = GuessMimeByFilename(template, tlen);
@@ -150,7 +150,7 @@ int notify_http_server(char *remoteurl,
                                 file_funambol_msg);
                        CtdlLogPrintf(CTDL_ERR, buf);
 
-                       aide_message(buf, "External notifier unable to load message template!");
+                       CtdlAideMessage(buf, "External notifier unable to load message template!");
                        goto free;
                }
                // Do substitutions