addError('NO_ITEM_SELECTED'); } require_once(TR_INCLUDE_PATH.'header.inc.php'); $testsQuestionsCategories = new TestsQuestionsCategoriesDAO(); $rows = $testsQuestionsCategories->getByCourseID($_course_id); $savant->assign('course_id', $_course_id); $savant->assign('rows', $rows); $savant->assign('msg', $msg); $savant->display('tests/question_cats.tmpl.php'); require_once(TR_INCLUDE_PATH.'footer.inc.php'); ?>