changeset 66:6315df2faeec

Remove a lingering miniMode variable check.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 03:28:54 +0300
parents 2cfb0a7eac9b
children 7f5deab32417
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Oct 24 03:25:57 2012 +0300
+++ b/index.php	Wed Oct 24 03:28:54 2012 +0300
@@ -245,7 +245,7 @@
 if (isset($_GET["luokka"]))
 {
   $luokka = $_GET["luokka"];
-  if (lukCheckClassID($luokka) && !$miniMode)
+  if (lukCheckClassID($luokka))
   {
     setcookie("lukluokka", $luokka, time() + 365*24*60*60); // expire in a year
   }