]> git.mjollnir.org Git - moodle.git/commitdiff
Trivial fix to ID
authormoodler <moodler>
Sat, 14 Aug 2004 12:37:39 +0000 (12:37 +0000)
committermoodler <moodler>
Sat, 14 Aug 2004 12:37:39 +0000 (12:37 +0000)
mod/chat/chatd.php

index 269ae574253a76051b9e4c6111c200dc16453804..91dcbb5f2c05bedf517c92bae5574019989b05fa 100755 (executable)
@@ -1,7 +1,7 @@
 #!./php -q
 <?php
 
-echo "Moodle chat daemon v1.0  ($Id$)\n\n";
+echo "Moodle chat daemon v1.0  (\$Id$)\n\n";
 
 /// Set up all the variables we need   /////////////////////////////////////