Commit 9aaaf351270d2142bca59b50ee0d0f22048ce5b8
1 parent
1adf44e7
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,7 +48,7 @@ function checkSession() { | ||
| 48 | // TODO: error handling in here with appropriate actions | 48 | // TODO: error handling in here with appropriate actions |
| 49 | // error messages are in $sessionStatus["errorMessage"] | 49 | // error messages are in $sessionStatus["errorMessage"] |
| 50 | switch ($sessionStatus["status"]) { | 50 | switch ($sessionStatus["status"]) { |
| 51 | - case 1 : // session verified, update lastused time | 51 | + case 1 : // session verified, update lastused time |
| 52 | return true; | 52 | return true; |
| 53 | break; | 53 | break; |
| 54 | case 2 : // session timed out | 54 | case 2 : // session timed out |