From 9aaaf351270d2142bca59b50ee0d0f22048ce5b8 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 9 Jan 2003 13:24:00 +0000 Subject: [PATCH] formatting change --- lib/control.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/control.inc b/lib/control.inc index 07c9d69..d48967d 100644 --- a/lib/control.inc +++ b/lib/control.inc @@ -48,7 +48,7 @@ function checkSession() { // TODO: error handling in here with appropriate actions // error messages are in $sessionStatus["errorMessage"] switch ($sessionStatus["status"]) { - case 1 : // session verified, update lastused time + case 1 : // session verified, update lastused time return true; break; case 2 : // session timed out -- libgit2 0.21.4