]> git.mjollnir.org Git - moodle.git/commitdiff
removed notice
authorgustav_delius <gustav_delius>
Sat, 21 Aug 2004 20:25:15 +0000 (20:25 +0000)
committergustav_delius <gustav_delius>
Sat, 21 Aug 2004 20:25:15 +0000 (20:25 +0000)
mod/chat/view.php

index 36fe25b7767145da94ffddb2261d90386fa808cb..4153815434878ac26a4b9bb4f0159540a9a89d9f 100644 (file)
             echo "</a></td><td valign=center>";
             echo "<p><font size=1>";
             echo fullname($chatuser).'<br />';
-            echo "<font color=\"#888888\">$stridle: ".format_time($lastping, $str)."</font>";
+            echo "<font color=\"#888888\">$stridle: ".format_time($lastping)."</font>";
             echo "</font></p>";
             echo "<td></tr>";
         }