瀏覽代碼

Adding print_r parameter that blocked the question list.

Julio Montoya 11 年之前
父節點
當前提交
d5eb08c327
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.