Browse Source

Fixes possible error when there are a lot of certicates to load.

Julio Montoya 10 years ago
parent
commit
306c7b08d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/gradebook/gradebook_display_certificate.php

+ 1 - 0
main/gradebook/gradebook_display_certificate.php

@@ -14,6 +14,7 @@ $current_course_tool  = TOOL_GRADEBOOK;
 api_protect_course_script();
 
 set_time_limit(0);
+ini_set('max_execution_time', 0);
 
 require_once 'lib/gradebook_functions.inc.php';
 require_once 'lib/be.inc.php';