Kaynağa Gözat

Removing var_dump and fixing a php notice

Julio Montoya 12 yıl önce
ebeveyn
işleme
d8583e1b81

+ 1 - 1
main/admin/careers.php

@@ -37,7 +37,7 @@ if ($action == 'add') {
     $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('Careers'));
 }
 
-Display::display_header($tool_name);
+Display::display_header();
 
 //jqgrid will use this URL to do the selects
 $url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_careers';

+ 0 - 1
main/coursecopy/classes/CourseRestorer.class.php

@@ -1548,7 +1548,6 @@ class CourseRestorer
                                 }
                             //}
                         }
-                        var_dump($cats);
                         $exercise_obj->save_categories_in_exercise($cats);
                     }
                 }