* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_funambol.c
index 271dc102f41bb49010feaa8103a41b224e563e99..9e0601246221ce93e21961fdc2c926ae3d8695c2 100644 (file)
@@ -223,5 +223,7 @@ char *serv_funambol_init(void)
 {
        create_notify_queue();
        CtdlRegisterSessionHook(do_notify_queue, EVT_TIMER);
-        return "$Id: serv_funambol.c $";
+
+       /* return our Subversion id for the Log */
+        return "$Id$";
 }