More removal of $Id$ tags
[citadel.git] / citadel / modules / network / serv_network.c
index 964f1611c70bd4dc390776228a0792aa5ff24b48..840fb68e0226fc327e35fffc60c4e3cfe57185ce 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * This module handles shared rooms, inter-Citadel mail, and outbound
  * mailing list processing.
  *
@@ -2421,5 +2419,5 @@ CTDL_MODULE_INIT(network)
        else
                CtdlThreadSchedule("IGnet Network", CTDLTHREAD_BIGSTACK, network_do_queue, NULL, 0);
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "network";
 }