Эх сурвалжийг харах

Removing harcoded value (added to do tests)

Julio Montoya 11 жил өмнө
parent
commit
958e442900

+ 1 - 1
main/exercice/admin.php

@@ -141,7 +141,7 @@ $aType = array(
 );
 
 $fastEdition = api_get_course_setting('allow_fast_exercise_edition') == 1 ? true : false;
-$fastEdition = false;
+//$fastEdition = false;
 
 if ($fastEdition) {
     $htmlHeadXtra[] = api_get_jqgrid_js();