Explorar el Código

Adding print_r parameter that blocked the question list.

Julio Montoya hace 11 años
padre
commit
d5eb08c327
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/inc/ajax/exercise.ajax.php

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

@@ -329,7 +329,7 @@ switch ($action) {
                 error_log("type = $type ");
                 error_log("choice = ".print_r($choice, 1)." ");
                 error_log("hot_spot_coordinates = ".print_r($hot_spot_coordinates, 1));
-                error_log("remind_list = ".print_r($remind_list));
+                error_log("remind_list = ".print_r($remind_list, 1));
             }
 
             // Exercise information.