From 40f1246b14c4ac29f67e5bd1972a920a4f43630f Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 6 Feb 2003 18:07:31 +0000 Subject: [PATCH] Missing semicolon --- lib/session-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session-test.php b/lib/session-test.php index 0b665c2a48..5468b2a132 100644 --- a/lib/session-test.php +++ b/lib/session-test.php @@ -17,6 +17,6 @@ if (!isset($_SESSION["test"])) { // First time you call it. echo "

Sessions are working correctly

"; } -echo "

Reload this page

" +echo "

Reload this page

"; ?> -- 2.39.5