From f1ae7cba0b8175b48ea62753bd074870a16359af Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Fri, 21 Sep 2007 11:54:34 +0200 Subject: [PATCH] [svn r13160] empty the default description of a quiz --- main/exercice/exercise.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/exercice/exercise.class.php b/main/exercice/exercise.class.php index 236d1aa09b..4a67e15da6 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 12893 2007-08-12 20:00:41Z yannoo $ +* @version $Id: exercise.class.php 13160 2007-09-21 09:54:34Z elixir_inter $ */ @@ -638,7 +638,7 @@ class Exercise else{ $defaults['exerciseType'] = 1; $defaults['randomQuestions'] = 0; - $defaults['exerciseDescription'] = '
'; + $defaults['exerciseDescription'] = ''; } $form -> setDefaults($defaults);