Minor removing error_log

skala
Julio Montoya 12 years ago
parent 44b8e6414e
commit 3d0cb0d4d6
  1. 2
      main/newscorm/lp_controller.php

@ -225,7 +225,7 @@ if (isset($_GET['isStudentView']) && $_GET['isStudentView'] == 'true') {
}
$action = (!empty($_REQUEST['action']) ? $_REQUEST['action'] : '');
error_log("ACTION -->>>>>>>>>>>>>>> $action");
switch ($action) {
case 'add_item':
if (!$is_allowed_to_edit) {

Loading…
Cancel
Save