[svn r13352] Fixed display bug in case of Session loss

skala
Christophe Goossens 18 years ago
parent b93aa4ae8a
commit d58e09dd15
  1. 2
      main/exercice/exercice.php

@ -33,7 +33,7 @@ $language_file='exercice';
require_once('../inc/global.inc.php');
$this_section=SECTION_COURSES;
api_protect_course_script();
api_protect_course_script(true);
$show=(isset($_GET['show']) && $_GET['show'] == 'result')?'result':'test'; // moved down to fix bug: http://www.dokeos.com/forum/viewtopic.php?p=18609#18609

Loading…
Cancel
Save