Browse Source

Minor - adding debug = false.

Julio Montoya 11 years ago
parent
commit
1ca96fc9f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/inc/ajax/exercise.ajax.php

+ 1 - 0
main/inc/ajax/exercise.ajax.php

@@ -14,6 +14,7 @@ api_protect_course_script(true);
 
 $action = $_REQUEST['a'];
 $course_id = api_get_course_int_id();
+$debug = false;
 
 if ($debug) {
     error_log("$action ajax call");