Feature #2099 - Coding the page for editition training requests (2) - A line that was put for testing purposes have been removed.

skala
Ivan Tcholakov 14 years ago
parent 46310beb08
commit be3c8ab5af
  1. 2
      main/admin/course_request_edit.php

@ -35,7 +35,7 @@ require_once api_get_path(LIBRARY_PATH).'fileManage.lib.php';
// A check whether the course validation feature is enabled.
$course_validation_feature = api_get_setting('course_validation') == 'true';
$course_validation_feature = false;
// Filltering passed to this page parameters.
$id = intval($_GET['id']);
$caller = intval($_GET['caller']);

Loading…
Cancel
Save