|
@@ -1,4 +1,4 @@
|
|
-<?php // $Id: admin.php 20810 2009-05-18 21:16:22Z cfasanando $
|
|
|
|
|
|
+<?php // $Id: admin.php 20813 2009-05-18 21:49:17Z cfasanando $
|
|
|
|
|
|
/*
|
|
/*
|
|
==============================================================================
|
|
==============================================================================
|
|
@@ -67,7 +67,7 @@
|
|
*
|
|
*
|
|
* @package dokeos.exercise
|
|
* @package dokeos.exercise
|
|
* @author Olivier Brouckaert
|
|
* @author Olivier Brouckaert
|
|
-* @version $Id: admin.php 20810 2009-05-18 21:16:22Z cfasanando $
|
|
|
|
|
|
+* @version $Id: admin.php 20813 2009-05-18 21:49:17Z cfasanando $
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
@@ -128,11 +128,6 @@ if ( empty ( $modifyExercise ) )
|
|
$modifyExercise = $_GET['modifyExercise'];
|
|
$modifyExercise = $_GET['modifyExercise'];
|
|
}
|
|
}
|
|
|
|
|
|
-// it clean the session
|
|
|
|
-if (!empty($_SESSION)) {
|
|
|
|
- unset($_SESSION);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// get from session
|
|
// get from session
|
|
$objExercise = $_SESSION['objExercise'];
|
|
$objExercise = $_SESSION['objExercise'];
|
|
$objQuestion = $_SESSION['objQuestion'];
|
|
$objQuestion = $_SESSION['objQuestion'];
|