Browse Source

Adding print_r parameter that blocked the question list.

Julio Montoya 11 năm trước cách đây
mục cha
commit
d5eb08c327
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.