diff --git a/main/exercice/exercise.class.php b/main/exercice/exercise.class.php index 4a2cc24e19..7321325c30 100644 --- a/main/exercice/exercise.class.php +++ b/main/exercice/exercise.class.php @@ -22,7 +22,7 @@ * Exercise class: This class allows to instantiate an object of type Exercise * @package dokeos.exercise * @author Olivier Brouckaert -* @version $Id: exercise.class.php 11855 2007-04-03 15:00:22Z pcool $ +* @version $Id: exercise.class.php 12444 2007-05-22 11:48:54Z elixir_julian $ */ @@ -632,7 +632,6 @@ class Exercise else{ $defaults['exerciseDescription'] = '
'; } - $defaults['exerciseType'] = '1'; $form -> setDefaults($defaults);