changeset 718:6789038b5ce0

Remove unused function.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Nov 2014 18:30:03 +0200
parents 6178399820b9
children 47ac0a213fba
files msession.inc.php
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/msession.inc.php	Wed Nov 12 16:40:52 2014 +0200
+++ b/msession.inc.php	Wed Nov 12 18:30:03 2014 +0200
@@ -175,16 +175,4 @@
 }
 
 
-function stSetSessionStatus($status)
-{
-  global $sessionType;
-  if (isset($_SESSION[$sessionType]) || session_start() === TRUE)
-  {
-    if ($status >= 0)
-      stSetSessionItem("prevstatus", stGetSessionItem("status", FALSE));
-
-    stSetSessionItem("status", $status);
-  }
-}
-
 ?>
\ No newline at end of file