From 73df7dba4181c392a6b266b8a68f81e11136b508 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 23 Apr 2013 12:17:21 +0200 Subject: [PATCH] Removing "class_exists" --- main/gradebook/gradebook_result.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main/gradebook/gradebook_result.class.php b/main/gradebook/gradebook_result.class.php index bb30f6d2a2..bfb01b3e62 100644 --- a/main/gradebook/gradebook_result.class.php +++ b/main/gradebook/gradebook_result.class.php @@ -7,8 +7,6 @@ * @author Yannick Warnier */ - -if(!class_exists('GradeBookResult')): /** * Gradebook results class * @package chamilo.gradebook @@ -330,5 +328,4 @@ class GradeBookResult echo $data; return true; } -} -endif; +} \ No newline at end of file