From 2cd6b2d688110d47d8afae88e02781d4a038ae1a Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sun, 22 Aug 2010 17:59:06 +0300 Subject: [PATCH] Feature #1759 - A minor change, not important. --- main/exercice/unique_answer.class.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main/exercice/unique_answer.class.php b/main/exercice/unique_answer.class.php index 1f99d8c992..9a061cf38e 100755 --- a/main/exercice/unique_answer.class.php +++ b/main/exercice/unique_answer.class.php @@ -2,11 +2,10 @@ /* For licensing terms, see /license.txt */ /** -* File containing the UNIQUE_ANSWER class. -* @package dokeos.exercise -* @author Eric Marguin -* @version $Id: admin.php 10680 2007-01-11 21:26:23Z pcool $ -*/ + * File containing the UNIQUE_ANSWER class. + * @package dokeos.exercise + * @author Eric Marguin + */ if(!class_exists('UniqueAnswer')):