Removing var_dump and fixing a php notice

skala
Julio Montoya 12 years ago
parent 1568fb26af
commit d8583e1b81
  1. 2
      main/admin/careers.php
  2. 1
      main/coursecopy/classes/CourseRestorer.class.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';

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

Loading…
Cancel
Save