Browse Source

Minor cosmetic changes

Julio Montoya 13 years ago
parent
commit
e3ac522796

+ 0 - 3
main/course_progress/index.php

@@ -18,8 +18,6 @@ require_once api_get_path(LIBRARY_PATH).'attendance.lib.php';
 require_once api_get_path(LIBRARY_PATH).'thematic.lib.php';
 require_once api_get_path(LIBRARY_PATH).'app_view.php';
 require_once 'thematic_controller.php';
-require_once api_get_path(LIBRARY_PATH).'course.lib.php';
-require_once api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php';
 //require_once api_get_path(SYS_CODE_PATH).'gradebook/lib/gradebook_functions.inc.php';
 
 // current section
@@ -77,7 +75,6 @@ if (!empty($thematic_id)) {
 // get default thematic plan title
 $default_thematic_plan_title = $thematic->get_default_thematic_plan_title();
 
-
 $htmlHeadXtra[] = api_get_jquery_ui_js();
 
 // Only when I see the 3 columns. Avoids double or triple click binding for onclick event 

+ 1 - 1
main/coursecopy/classes/Attendance.class.php

@@ -2,7 +2,7 @@
 /* For licensing terms, see /license.txt */
 require_once 'Resource.class.php';
 /**
- * Surveys backup script
+ * Attendance backup script
  * @package chamilo.backup
  */
 

+ 1 - 2
main/coursecopy/classes/Survey.class.php

@@ -139,5 +139,4 @@ class Survey extends Resource
 		parent::show();
 		echo $this->code.' - '.$this->title;
 	}
-}
-?>
+}

+ 1 - 2
main/coursecopy/classes/SurveyQuestion.class.php

@@ -94,5 +94,4 @@ class SurveyQuestion extends Resource
 		parent::show();
 		echo $this->survey_question;
 	}
-}
-?>
+}

+ 1 - 1
main/coursecopy/classes/Thematic.class.php

@@ -2,7 +2,7 @@
 /* For licensing terms, see /license.txt */
 require_once 'Resource.class.php';
 /**
- * Surveys backup script
+ * Thematic backup script
  * @package chamilo.backup
  */