http://www.atutor.ca/atutor/mantis/view.php?id=3041
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Mon, 28 May 2007 14:22:43 +0000 (14:22 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Mon, 28 May 2007 14:22:43 +0000 (14:22 -0000)
docs/bounce.php

index a4e9f96..d478b30 100644 (file)
@@ -163,14 +163,8 @@ if (($course === 0) && $_SESSION['valid_user']) {
 
        header('Location: users/index.php');
        exit;
-} else if (($course === 0) && ($_SESSION['login'] == 'guest')) {
-
-       if (defined('AT_ENABLE_CATEGORY_THEMES') && AT_ENABLE_CATEGORY_THEMES) {
-               $th = get_default_theme();
-               $_SESSION['prefs']['PREF_THEME'] = $th['dir_name'];
-       }
-
-       header('Location: users/index.php');
+} else if (($course === 0) && !$_SESSION['valid_user']) { // guests
+       header('Location: '.AT_BASE_HREF.'login.php');
        exit;
 } else if ($course == -1) {
        $_SESSION['course_id']    = 0;