Commit 282e202905ef8674425877e4365b321a00afac1c

Authored by Michael Joseph
1 parent a6a7503f

formatting change


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@87 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/control.inc
... ... @@ -48,7 +48,7 @@ function checkSession() {
48 48 // TODO: error handling in here with appropriate actions
49 49 // error messages are in $sessionStatus["errorMessage"]
50 50 switch ($sessionStatus["status"]) {
51   - case 1 : // session verified, update lastused time
  51 + case 1 : // session verified, update lastused time
52 52 return true;
53 53 break;
54 54 case 2 : // session timed out
... ...