]> git.mjollnir.org Git - moodle.git/commitdiff
Missing semicolon
authormoodler <moodler>
Thu, 6 Feb 2003 18:07:31 +0000 (18:07 +0000)
committermoodler <moodler>
Thu, 6 Feb 2003 18:07:31 +0000 (18:07 +0000)
lib/session-test.php

index 0b665c2a487c0e87d0816f82dec3872dfa65550e..5468b2a132ec4a7ddc8e4eea86b1a5365a7c6272 100644 (file)
@@ -17,6 +17,6 @@ if (!isset($_SESSION["test"])) {   // First time you call it.
     echo "<P>Sessions are working correctly</P>";
 }
 
-echo "<P><A HREF=\"session-test.php?random=".rand(1,10000)."\">Reload this page</A></P>"
+echo "<P><A HREF=\"session-test.php?random=".rand(1,10000)."\">Reload this page</A></P>";
 
 ?>