From 2b21392e632ad1562501d9edea521ad4ca72077d Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Thu, 1 Mar 2007 11:29:39 +0100 Subject: [PATCH] [svn r11293] chnage the default picture when creating a new test --- 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 a68a15300d..61d9d6a38d 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 11128 2007-02-16 13:26:57Z elixir_julian $ +* @version $Id: exercise.class.php 11293 2007-03-01 10:29:39Z elixir_julian $ */ @@ -630,7 +630,7 @@ class Exercise $defaults['exerciseDescription'] = $this -> selectDescription(); } else{ - $defaults['exerciseDescription'] = '
'; + $defaults['exerciseDescription'] = '
'; } $defaults['exerciseType'] = '1';