Completed the removal of $Id$ tags in the Citadel server. Also, since the strings...
[citadel.git] / citadel / modules / rwho / serv_rwho.c
index 225f003766c254dbfbc6f1dc95df85c58c4171e4..86d2cd44946c692dec1e5360b2066f401f3f8403 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module implements server commands related to the display and
  * manipulation of the "Who's online" list.
  *
@@ -293,5 +291,5 @@ CTDL_MODULE_INIT(rwho)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "rwho";
 }