@@ -538,17 +538,17 @@ discard block |
||
538 | 538 | if (isset($_REQUEST['activate_start_date_check']) && |
539 | 539 | $_REQUEST['activate_start_date_check'] == 1 |
540 | 540 | ) { |
541 | - $publicated_on = $_REQUEST['publicated_on']; |
|
541 | + $publicated_on = $_REQUEST['publicated_on']; |
|
542 | 542 | } else { |
543 | - $publicated_on = null; |
|
543 | + $publicated_on = null; |
|
544 | 544 | } |
545 | 545 | |
546 | 546 | if (isset($_REQUEST['activate_end_date_check']) && |
547 | 547 | $_REQUEST['activate_end_date_check'] == 1 |
548 | 548 | ) { |
549 | - $expired_on = $_REQUEST['expired_on']; |
|
549 | + $expired_on = $_REQUEST['expired_on']; |
|
550 | 550 | } else { |
551 | - $expired_on = null; |
|
551 | + $expired_on = null; |
|
552 | 552 | } |
553 | 553 | |
554 | 554 | $new_lp_id = learnpath::add_lp( |
@@ -937,9 +937,9 @@ discard block |
||
937 | 937 | $_SESSION['oLP']->setSubscribeUsers($_REQUEST['subscribe_users']); |
938 | 938 | |
939 | 939 | if (isset($_REQUEST['activate_start_date_check']) && $_REQUEST['activate_start_date_check'] == 1) { |
940 | - $publicated_on = $_REQUEST['publicated_on']; |
|
940 | + $publicated_on = $_REQUEST['publicated_on']; |
|
941 | 941 | } else { |
942 | - $publicated_on = null; |
|
942 | + $publicated_on = null; |
|
943 | 943 | } |
944 | 944 | |
945 | 945 | if (isset($_REQUEST['activate_end_date_check']) && $_REQUEST['activate_end_date_check'] == 1) { |
@@ -1151,7 +1151,7 @@ discard block |
||
1151 | 1151 | } elseif ($mode == 'embedded') { |
1152 | 1152 | $_SESSION['oLP']->mode = 'embedded'; |
1153 | 1153 | } elseif ($mode == 'embedframe') { |
1154 | - $_SESSION['oLP']->mode = 'embedframe'; |
|
1154 | + $_SESSION['oLP']->mode = 'embedframe'; |
|
1155 | 1155 | } elseif ($mode == 'impress') { |
1156 | 1156 | $_SESSION['oLP']->mode = 'impress'; |
1157 | 1157 | } |
@@ -1189,11 +1189,11 @@ discard block |
||
1189 | 1189 | require 'lp_list.php'; |
1190 | 1190 | break; |
1191 | 1191 | */ |
1192 | - case 'switch_attempt_mode': |
|
1193 | - if($debug>0) error_log('New LP - switch_reinit action triggered',0); |
|
1194 | - if(!$lp_found){ error_log('New LP - No learnpath given for switch',0); require 'lp_list.php'; } |
|
1195 | - $_SESSION['refresh'] = 1; |
|
1196 | - $_SESSION['oLP']->switch_attempt_mode(); |
|
1192 | + case 'switch_attempt_mode': |
|
1193 | + if($debug>0) error_log('New LP - switch_reinit action triggered',0); |
|
1194 | + if(!$lp_found){ error_log('New LP - No learnpath given for switch',0); require 'lp_list.php'; } |
|
1195 | + $_SESSION['refresh'] = 1; |
|
1196 | + $_SESSION['oLP']->switch_attempt_mode(); |
|
1197 | 1197 | require 'lp_list.php'; |
1198 | 1198 | break; |
1199 | 1199 | case 'switch_scorm_debug': |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | |
26 | 26 | // Including the global initialization file. |
27 | 27 | require_once '../inc/global.inc.php'; |
28 | -$current_course_tool = TOOL_LEARNPATH; |
|
28 | +$current_course_tool = TOOL_LEARNPATH; |
|
29 | 29 | $_course = api_get_course_info(); |
30 | 30 | |
31 | 31 | $glossaryExtraTools = api_get_setting('show_glossary_in_extra_tools'); |
@@ -37,11 +37,11 @@ discard block |
||
37 | 37 | ) { |
38 | 38 | $htmlHeadXtra[] = '<script> |
39 | 39 | <!-- |
40 | - var jQueryFrameReadyConfigPath = \'' . api_get_jquery_web_path() . '\'; |
|
40 | + var jQueryFrameReadyConfigPath = \'' . api_get_jquery_web_path().'\'; |
|
41 | 41 | --> |
42 | 42 | </script>'; |
43 | - $htmlHeadXtra[] = '<script src="' . api_get_path(WEB_LIBRARY_PATH) . 'javascript/jquery.frameready.js" type="text/javascript" language="javascript"></script>'; |
|
44 | - $htmlHeadXtra[] = '<script src="' . api_get_path(WEB_LIBRARY_PATH) . 'javascript/jquery.highlight.js" type="text/javascript" language="javascript"></script>'; |
|
43 | + $htmlHeadXtra[] = '<script src="'.api_get_path(WEB_LIBRARY_PATH).'javascript/jquery.frameready.js" type="text/javascript" language="javascript"></script>'; |
|
44 | + $htmlHeadXtra[] = '<script src="'.api_get_path(WEB_LIBRARY_PATH).'javascript/jquery.highlight.js" type="text/javascript" language="javascript"></script>'; |
|
45 | 45 | } |
46 | 46 | } |
47 | 47 | |
@@ -268,7 +268,7 @@ discard block |
||
268 | 268 | |
269 | 269 | $course_id = api_get_course_int_id(); |
270 | 270 | |
271 | -if ($debug>0) error_log('New LP - Passed data remains check', 0); |
|
271 | +if ($debug > 0) error_log('New LP - Passed data remains check', 0); |
|
272 | 272 | |
273 | 273 | if (!$lp_found || (!empty($_REQUEST['lp_id']) && $_SESSION['oLP']->get_id() != $_REQUEST['lp_id'])) { |
274 | 274 | if ($debug > 0) error_log('New LP - oLP is not object, has changed or refresh been asked, getting new', 0); |
@@ -292,7 +292,7 @@ discard block |
||
292 | 292 | if (Database::num_rows($res)) { |
293 | 293 | $row = Database::fetch_array($res); |
294 | 294 | $type = $row['lp_type']; |
295 | - if ($debug > 0) error_log('New LP - found row - type '.$type. ' - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
295 | + if ($debug > 0) error_log('New LP - found row - type '.$type.' - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
296 | 296 | switch ($type) { |
297 | 297 | case 1: |
298 | 298 | if ($debug > 0) error_log('New LP - found row - type dokeos - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
@@ -689,8 +689,8 @@ discard block |
||
689 | 689 | $editPrerequisite = $_SESSION['oLP']->edit_item_prereq( |
690 | 690 | $_GET['id'], |
691 | 691 | $_POST['prerequisites'], |
692 | - $_POST['min_' . $_POST['prerequisites']], |
|
693 | - $_POST['max_' . $_POST['prerequisites']] |
|
692 | + $_POST['min_'.$_POST['prerequisites']], |
|
693 | + $_POST['max_'.$_POST['prerequisites']] |
|
694 | 694 | ); |
695 | 695 | |
696 | 696 | if ($editPrerequisite) { |
@@ -939,7 +939,7 @@ discard block |
||
939 | 939 | $_SESSION['oLP']->setSubscribeUsers($_REQUEST['subscribe_users']); |
940 | 940 | |
941 | 941 | if (isset($_REQUEST['activate_start_date_check']) && $_REQUEST['activate_start_date_check'] == 1) { |
942 | - $publicated_on = $_REQUEST['publicated_on']; |
|
942 | + $publicated_on = $_REQUEST['publicated_on']; |
|
943 | 943 | } else { |
944 | 944 | $publicated_on = null; |
945 | 945 | } |
@@ -1010,7 +1010,7 @@ discard block |
||
1010 | 1010 | else { |
1011 | 1011 | $_SESSION['refresh'] = 1; |
1012 | 1012 | if (!empty($_REQUEST['parent_item_id'])) { |
1013 | - $_SESSION['from_learnpath']='yes'; |
|
1013 | + $_SESSION['from_learnpath'] = 'yes'; |
|
1014 | 1014 | $_SESSION['origintoolurl'] = 'lp_controller.php?action=admin_view&lp_id='.Security::remove_XSS($_REQUEST['lp_id']); |
1015 | 1015 | require 'resourcelinker.php'; |
1016 | 1016 | } else { |
@@ -1111,8 +1111,8 @@ discard block |
||
1111 | 1111 | error_log('New LP - No learnpath given for view', 0); |
1112 | 1112 | require 'lp_list.php'; |
1113 | 1113 | } else { |
1114 | - if ($debug > 0) {error_log('New LP - Trying to set current item to ' . $_REQUEST['item_id'], 0); } |
|
1115 | - if ( !empty($_REQUEST['item_id']) ) { |
|
1114 | + if ($debug > 0) {error_log('New LP - Trying to set current item to '.$_REQUEST['item_id'], 0); } |
|
1115 | + if (!empty($_REQUEST['item_id'])) { |
|
1116 | 1116 | $_SESSION['oLP']->set_current_item($_REQUEST['item_id']); |
1117 | 1117 | } |
1118 | 1118 | require 'lp_view.php'; |
@@ -1192,8 +1192,8 @@ discard block |
||
1192 | 1192 | break; |
1193 | 1193 | */ |
1194 | 1194 | case 'switch_attempt_mode': |
1195 | - if($debug>0) error_log('New LP - switch_reinit action triggered',0); |
|
1196 | - if(!$lp_found){ error_log('New LP - No learnpath given for switch',0); require 'lp_list.php'; } |
|
1195 | + if ($debug > 0) error_log('New LP - switch_reinit action triggered', 0); |
|
1196 | + if (!$lp_found) { error_log('New LP - No learnpath given for switch', 0); require 'lp_list.php'; } |
|
1197 | 1197 | $_SESSION['refresh'] = 1; |
1198 | 1198 | $_SESSION['oLP']->switch_attempt_mode(); |
1199 | 1199 | require 'lp_list.php'; |
@@ -1243,8 +1243,8 @@ discard block |
||
1243 | 1243 | error_log('New LP - No learnpath given for view', 0); |
1244 | 1244 | require 'lp_list.php'; |
1245 | 1245 | } else { |
1246 | - if ($debug > 0) {error_log('New LP - Trying to impress this LP item to ' . $_REQUEST['item_id'], 0); } |
|
1247 | - if (!empty($_REQUEST['item_id']) ) { |
|
1246 | + if ($debug > 0) {error_log('New LP - Trying to impress this LP item to '.$_REQUEST['item_id'], 0); } |
|
1247 | + if (!empty($_REQUEST['item_id'])) { |
|
1248 | 1248 | $_SESSION['oLP']->set_current_item($_REQUEST['item_id']); |
1249 | 1249 | } |
1250 | 1250 | require 'lp_impress.php'; |
@@ -1307,7 +1307,7 @@ discard block |
||
1307 | 1307 | $_SESSION['oLP']->lp_session_id |
1308 | 1308 | ); |
1309 | 1309 | |
1310 | - $forumCategoryId = !empty($forumCategory) ? $forumCategory['cat_id']: 0; |
|
1310 | + $forumCategoryId = !empty($forumCategory) ? $forumCategory['cat_id'] : 0; |
|
1311 | 1311 | |
1312 | 1312 | if (empty($forumCategoryId)) { |
1313 | 1313 | $forumCategoryId = store_forumcategory( |
@@ -1339,7 +1339,7 @@ discard block |
||
1339 | 1339 | } |
1340 | 1340 | } |
1341 | 1341 | |
1342 | - header('Location:' . api_get_self() . '?' . http_build_query([ |
|
1342 | + header('Location:'.api_get_self().'?'.http_build_query([ |
|
1343 | 1343 | 'action' => 'add_item', |
1344 | 1344 | 'type' => 'step', |
1345 | 1345 | 'lp_id' => $_SESSION['oLP']->lp_id |
@@ -1381,7 +1381,7 @@ discard block |
||
1381 | 1381 | } |
1382 | 1382 | } |
1383 | 1383 | |
1384 | - header('Location:' . api_get_self() . '?' . http_build_query([ |
|
1384 | + header('Location:'.api_get_self().'?'.http_build_query([ |
|
1385 | 1385 | 'action' => 'add_item', |
1386 | 1386 | 'type' => 'step', |
1387 | 1387 | 'lp_id' => $_SESSION['oLP']->lp_id |
@@ -1404,7 +1404,7 @@ discard block |
||
1404 | 1404 | |
1405 | 1405 | $_SESSION['oLP']->getFinalItemForm(); |
1406 | 1406 | |
1407 | - $redirectTo = api_get_self() . '?' . http_build_query([ |
|
1407 | + $redirectTo = api_get_self().'?'.http_build_query([ |
|
1408 | 1408 | 'action' => 'add_item', |
1409 | 1409 | 'type' => 'step', |
1410 | 1410 | 'lp_id' => intval($_SESSION['oLP']->lp_id) |
@@ -13,7 +13,9 @@ discard block |
||
13 | 13 | $use_anonymous = true; |
14 | 14 | |
15 | 15 | $debug = 0; |
16 | -if ($debug > 0) error_log('New LP -+- Entered lp_controller.php -+- (action: '.$_REQUEST['action'].')', 0); |
|
16 | +if ($debug > 0) { |
|
17 | + error_log('New LP -+- Entered lp_controller.php -+- (action: '.$_REQUEST['action'].')', 0); |
|
18 | +} |
|
17 | 19 | |
18 | 20 | // Language files that needs to be included. |
19 | 21 | if (isset($_GET['action'])) { |
@@ -231,10 +233,14 @@ discard block |
||
231 | 233 | // If refresh is set, we regenerate the oLP object from the database (kind of flush). |
232 | 234 | Session::erase('refresh'); |
233 | 235 | $myrefresh = 1; |
234 | - if ($debug > 0) error_log('New LP - Refresh asked', 0); |
|
235 | -} |
|
236 | + if ($debug > 0) { |
|
237 | + error_log('New LP - Refresh asked', 0); |
|
238 | + } |
|
239 | + } |
|
236 | 240 | |
237 | -if ($debug > 0) error_log('New LP - Passed refresh check', 0); |
|
241 | +if ($debug > 0) { |
|
242 | + error_log('New LP - Passed refresh check', 0); |
|
243 | +} |
|
238 | 244 | |
239 | 245 | if (!empty($_REQUEST['dialog_box'])) { |
240 | 246 | $dialog_box = stripslashes(urldecode($_REQUEST['dialog_box'])); |
@@ -244,17 +250,23 @@ discard block |
||
244 | 250 | $lp_found = false; |
245 | 251 | |
246 | 252 | if (isset($_SESSION['lpobject'])) { |
247 | - if ($debug > 0) error_log('New LP - SESSION[lpobject] is defined', 0); |
|
253 | + if ($debug > 0) { |
|
254 | + error_log('New LP - SESSION[lpobject] is defined', 0); |
|
255 | + } |
|
248 | 256 | $oLP = unserialize($_SESSION['lpobject']); |
249 | 257 | if (isset($oLP) && is_object($oLP)) { |
250 | - if ($debug > 0) error_log('New LP - oLP is object', 0); |
|
258 | + if ($debug > 0) { |
|
259 | + error_log('New LP - oLP is object', 0); |
|
260 | + } |
|
251 | 261 | if ($myrefresh == 1 OR |
252 | 262 | empty($oLP->cc) OR |
253 | 263 | $oLP->cc != api_get_course_id() OR |
254 | 264 | $oLP->lp_view_session_id != $session_id OR |
255 | 265 | $oLP->scorm_debug == '1' |
256 | 266 | ) { |
257 | - if ($debug > 0) error_log('New LP - Course has changed, discard lp object', 0); |
|
267 | + if ($debug > 0) { |
|
268 | + error_log('New LP - Course has changed, discard lp object', 0); |
|
269 | + } |
|
258 | 270 | if ($myrefresh == 1) { $myrefresh_id = $oLP->get_id(); } |
259 | 271 | $oLP = null; |
260 | 272 | Session::erase('oLP'); |
@@ -268,13 +280,19 @@ discard block |
||
268 | 280 | |
269 | 281 | $course_id = api_get_course_int_id(); |
270 | 282 | |
271 | -if ($debug>0) error_log('New LP - Passed data remains check', 0); |
|
283 | +if ($debug>0) { |
|
284 | + error_log('New LP - Passed data remains check', 0); |
|
285 | +} |
|
272 | 286 | |
273 | 287 | if (!$lp_found || (!empty($_REQUEST['lp_id']) && $_SESSION['oLP']->get_id() != $_REQUEST['lp_id'])) { |
274 | - if ($debug > 0) error_log('New LP - oLP is not object, has changed or refresh been asked, getting new', 0); |
|
288 | + if ($debug > 0) { |
|
289 | + error_log('New LP - oLP is not object, has changed or refresh been asked, getting new', 0); |
|
290 | + } |
|
275 | 291 | // Regenerate a new lp object? Not always as some pages don't need the object (like upload?) |
276 | 292 | if (!empty($_REQUEST['lp_id']) || !empty($myrefresh_id)) { |
277 | - if ($debug > 0) error_log('New LP - lp_id is defined', 0); |
|
293 | + if ($debug > 0) { |
|
294 | + error_log('New LP - lp_id is defined', 0); |
|
295 | + } |
|
278 | 296 | // Select the lp in the database and check which type it is (scorm/dokeos/aicc) to generate the |
279 | 297 | // right object. |
280 | 298 | if (!empty($_REQUEST['lp_id'])) { |
@@ -286,49 +304,67 @@ discard block |
||
286 | 304 | $lp_table = Database::get_course_table(TABLE_LP_MAIN); |
287 | 305 | if (is_numeric($lp_id)) { |
288 | 306 | $sel = "SELECT lp_type FROM $lp_table WHERE c_id = $course_id AND id = $lp_id"; |
289 | - if ($debug > 0) error_log('New LP - querying '.$sel, 0); |
|
307 | + if ($debug > 0) { |
|
308 | + error_log('New LP - querying '.$sel, 0); |
|
309 | + } |
|
290 | 310 | $res = Database::query($sel); |
291 | 311 | |
292 | 312 | if (Database::num_rows($res)) { |
293 | 313 | $row = Database::fetch_array($res); |
294 | 314 | $type = $row['lp_type']; |
295 | - if ($debug > 0) error_log('New LP - found row - type '.$type. ' - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
315 | + if ($debug > 0) { |
|
316 | + error_log('New LP - found row - type '.$type. ' - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
317 | + } |
|
296 | 318 | switch ($type) { |
297 | 319 | case 1: |
298 | - if ($debug > 0) error_log('New LP - found row - type dokeos - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
320 | + if ($debug > 0) { |
|
321 | + error_log('New LP - found row - type dokeos - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
322 | + } |
|
299 | 323 | |
300 | 324 | $oLP = new learnpath(api_get_course_id(), $lp_id, api_get_user_id()); |
301 | 325 | if ($oLP !== false) { $lp_found = true; } else { error_log($oLP->error, 0); } |
302 | 326 | break; |
303 | 327 | case 2: |
304 | - if ($debug > 0) error_log('New LP - found row - type scorm - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
328 | + if ($debug > 0) { |
|
329 | + error_log('New LP - found row - type scorm - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
330 | + } |
|
305 | 331 | $oLP = new scorm(api_get_course_id(), $lp_id, api_get_user_id()); |
306 | 332 | if ($oLP !== false) { $lp_found = true; } else { error_log($oLP->error, 0); } |
307 | 333 | break; |
308 | 334 | case 3: |
309 | - if ($debug > 0) error_log('New LP - found row - type aicc - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
335 | + if ($debug > 0) { |
|
336 | + error_log('New LP - found row - type aicc - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
337 | + } |
|
310 | 338 | $oLP = new aicc(api_get_course_id(), $lp_id, api_get_user_id()); |
311 | 339 | if ($oLP !== false) { $lp_found = true; } else { error_log($oLP->error, 0); } |
312 | 340 | break; |
313 | 341 | default: |
314 | - if ($debug > 0) error_log('New LP - found row - type other - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
342 | + if ($debug > 0) { |
|
343 | + error_log('New LP - found row - type other - Calling constructor with '.api_get_course_id().' - '.$lp_id.' - '.api_get_user_id(), 0); |
|
344 | + } |
|
315 | 345 | $oLP = new learnpath(api_get_course_id(), $lp_id, api_get_user_id()); |
316 | 346 | if ($oLP !== false) { $lp_found = true; } else { error_log($oLP->error, 0); } |
317 | 347 | break; |
318 | 348 | } |
319 | 349 | } |
320 | 350 | } else { |
321 | - if ($debug > 0) error_log('New LP - Request[lp_id] is not numeric', 0); |
|
351 | + if ($debug > 0) { |
|
352 | + error_log('New LP - Request[lp_id] is not numeric', 0); |
|
353 | + } |
|
322 | 354 | } |
323 | 355 | } else { |
324 | - if ($debug > 0) error_log('New LP - Request[lp_id] and refresh_id were empty', 0); |
|
356 | + if ($debug > 0) { |
|
357 | + error_log('New LP - Request[lp_id] and refresh_id were empty', 0); |
|
358 | + } |
|
325 | 359 | } |
326 | 360 | if ($lp_found) { |
327 | 361 | $_SESSION['oLP'] = $oLP; |
328 | 362 | } |
329 | 363 | } |
330 | 364 | |
331 | -if ($debug > 0) error_log('New LP - Passed oLP creation check', 0); |
|
365 | +if ($debug > 0) { |
|
366 | + error_log('New LP - Passed oLP creation check', 0); |
|
367 | +} |
|
332 | 368 | |
333 | 369 | $is_allowed_to_edit = api_is_allowed_to_edit(false, true, false, false); |
334 | 370 | |
@@ -372,11 +408,15 @@ discard block |
||
372 | 408 | if (!$is_allowed_to_edit) { |
373 | 409 | api_not_allowed(true); |
374 | 410 | } |
375 | - if ($debug > 0) error_log('New LP - add item action triggered', 0); |
|
411 | + if ($debug > 0) { |
|
412 | + error_log('New LP - add item action triggered', 0); |
|
413 | + } |
|
376 | 414 | |
377 | 415 | if (!$lp_found) { |
378 | 416 | //check if the learnpath ID was defined, otherwise send back to list |
379 | - if ($debug > 0) error_log('New LP - No learnpath given for add item', 0); |
|
417 | + if ($debug > 0) { |
|
418 | + error_log('New LP - No learnpath given for add item', 0); |
|
419 | + } |
|
380 | 420 | require 'lp_list.php'; |
381 | 421 | } else { |
382 | 422 | $_SESSION['refresh'] = 1; |
@@ -450,11 +490,15 @@ discard block |
||
450 | 490 | if (!$is_allowed_to_edit) { |
451 | 491 | api_not_allowed(true); |
452 | 492 | } |
453 | - if ($debug > 0) error_log('New LP - add audio action triggered', 0); |
|
493 | + if ($debug > 0) { |
|
494 | + error_log('New LP - add audio action triggered', 0); |
|
495 | + } |
|
454 | 496 | |
455 | 497 | if (!$lp_found) { |
456 | 498 | //check if the learnpath ID was defined, otherwise send back to list |
457 | - if ($debug > 0) error_log('New LP - No learnpath given for add audio', 0); |
|
499 | + if ($debug > 0) { |
|
500 | + error_log('New LP - No learnpath given for add audio', 0); |
|
501 | + } |
|
458 | 502 | require 'lp_list.php'; |
459 | 503 | } else { |
460 | 504 | $_SESSION['refresh'] = 1; |
@@ -528,7 +572,9 @@ discard block |
||
528 | 572 | if (!$is_allowed_to_edit) { |
529 | 573 | api_not_allowed(true); |
530 | 574 | } |
531 | - if ($debug > 0) error_log('New LP - add_lp action triggered', 0); |
|
575 | + if ($debug > 0) { |
|
576 | + error_log('New LP - add_lp action triggered', 0); |
|
577 | + } |
|
532 | 578 | if (isset($_REQUEST['lp_name']) && !empty($_REQUEST['lp_name'])) { |
533 | 579 | $_REQUEST['lp_name'] = trim($_REQUEST['lp_name']); |
534 | 580 | $_SESSION['refresh'] = 1; |
@@ -587,9 +633,10 @@ discard block |
||
587 | 633 | if (!$is_allowed_to_edit) { |
588 | 634 | api_not_allowed(true); |
589 | 635 | } |
590 | - if ($debug > 0) error_log('New LP - admin_view action triggered', 0); |
|
591 | - if (!$lp_found) { error_log('New LP - No learnpath given for admin_view', 0); require 'lp_list.php'; } |
|
592 | - else { |
|
636 | + if ($debug > 0) { |
|
637 | + error_log('New LP - admin_view action triggered', 0); |
|
638 | + } |
|
639 | + if (!$lp_found) { error_log('New LP - No learnpath given for admin_view', 0); require 'lp_list.php'; } else { |
|
593 | 640 | $_SESSION['refresh'] = 1; |
594 | 641 | require 'lp_admin_view.php'; |
595 | 642 | } |
@@ -599,9 +646,10 @@ discard block |
||
599 | 646 | if (!$is_allowed_to_edit) { |
600 | 647 | api_not_allowed(true); |
601 | 648 | } |
602 | - if ($debug > 0) error_log('New LP - auto_launch action triggered', 0); |
|
603 | - if (!$lp_found) { error_log('New LP - No learnpath given for set_autolaunch', 0); require 'lp_list.php'; } |
|
604 | - else { |
|
649 | + if ($debug > 0) { |
|
650 | + error_log('New LP - auto_launch action triggered', 0); |
|
651 | + } |
|
652 | + if (!$lp_found) { error_log('New LP - No learnpath given for set_autolaunch', 0); require 'lp_list.php'; } else { |
|
605 | 653 | $_SESSION['oLP']->set_autolaunch($_GET['lp_id'], $_GET['status']); |
606 | 654 | require 'lp_list.php'; |
607 | 655 | exit; |
@@ -612,10 +660,11 @@ discard block |
||
612 | 660 | if (!$is_allowed_to_edit) { |
613 | 661 | api_not_allowed(true); |
614 | 662 | } |
615 | - if ($debug > 0) error_log('New LP - build action triggered', 0); |
|
663 | + if ($debug > 0) { |
|
664 | + error_log('New LP - build action triggered', 0); |
|
665 | + } |
|
616 | 666 | |
617 | - if (!$lp_found) { error_log('New LP - No learnpath given for build', 0); require 'lp_list.php'; } |
|
618 | - else { |
|
667 | + if (!$lp_found) { error_log('New LP - No learnpath given for build', 0); require 'lp_list.php'; } else { |
|
619 | 668 | $_SESSION['refresh'] = 1; |
620 | 669 | //require 'lp_build.php'; |
621 | 670 | $url = api_get_self().'?action=add_item&type=step&lp_id='.intval($_SESSION['oLP']->lp_id); |
@@ -627,10 +676,11 @@ discard block |
||
627 | 676 | if (!$is_allowed_to_edit) { |
628 | 677 | api_not_allowed(true); |
629 | 678 | } |
630 | - if ($debug > 0) error_log('New LP - edit item action triggered', 0); |
|
679 | + if ($debug > 0) { |
|
680 | + error_log('New LP - edit item action triggered', 0); |
|
681 | + } |
|
631 | 682 | |
632 | - if (!$lp_found) { error_log('New LP - No learnpath given for edit item', 0); require 'lp_list.php'; } |
|
633 | - else { |
|
683 | + if (!$lp_found) { error_log('New LP - No learnpath given for edit item', 0); require 'lp_list.php'; } else { |
|
634 | 684 | $_SESSION['refresh'] = 1; |
635 | 685 | if (isset($_POST['submit_button']) && !empty($post_title)) { |
636 | 686 | |
@@ -680,9 +730,10 @@ discard block |
||
680 | 730 | if (!$is_allowed_to_edit) { |
681 | 731 | api_not_allowed(true); |
682 | 732 | } |
683 | - if ($debug > 0) error_log('New LP - edit item prereq action triggered', 0); |
|
684 | - if (!$lp_found) { error_log('New LP - No learnpath given for edit item prereq', 0); require 'lp_list.php'; } |
|
685 | - else { |
|
733 | + if ($debug > 0) { |
|
734 | + error_log('New LP - edit item prereq action triggered', 0); |
|
735 | + } |
|
736 | + if (!$lp_found) { error_log('New LP - No learnpath given for edit item prereq', 0); require 'lp_list.php'; } else { |
|
686 | 737 | if (isset($_POST['submit_button'])) { |
687 | 738 | //Updating the lp.modified_on |
688 | 739 | $_SESSION['oLP']->set_modified_on(); |
@@ -710,9 +761,10 @@ discard block |
||
710 | 761 | if (!$is_allowed_to_edit) { |
711 | 762 | api_not_allowed(true); |
712 | 763 | } |
713 | - if ($debug > 0) error_log('New LP - move item action triggered', 0); |
|
714 | - if (!$lp_found) { error_log('New LP - No learnpath given for move item', 0); require 'lp_list.php'; } |
|
715 | - else { |
|
764 | + if ($debug > 0) { |
|
765 | + error_log('New LP - move item action triggered', 0); |
|
766 | + } |
|
767 | + if (!$lp_found) { error_log('New LP - No learnpath given for move item', 0); require 'lp_list.php'; } else { |
|
716 | 768 | $_SESSION['refresh'] = 1; |
717 | 769 | if (isset($_POST['submit_button'])) { |
718 | 770 | //Updating the lp.modified_on |
@@ -745,7 +797,9 @@ discard block |
||
745 | 797 | if (!$is_allowed_to_edit) { |
746 | 798 | api_not_allowed(true); |
747 | 799 | } |
748 | - if ($debug > 0) error_log('New LP - view_item action triggered', 0); |
|
800 | + if ($debug > 0) { |
|
801 | + error_log('New LP - view_item action triggered', 0); |
|
802 | + } |
|
749 | 803 | if (!$lp_found) { |
750 | 804 | error_log('New LP - No learnpath given for view item', 0); require 'lp_list.php'; |
751 | 805 | } else { |
@@ -757,7 +811,9 @@ discard block |
||
757 | 811 | if (!$is_allowed_to_edit) { |
758 | 812 | api_not_allowed(true); |
759 | 813 | } |
760 | - if ($debug > 0) error_log('New LP - upload action triggered', 0); |
|
814 | + if ($debug > 0) { |
|
815 | + error_log('New LP - upload action triggered', 0); |
|
816 | + } |
|
761 | 817 | $cwdir = getcwd(); |
762 | 818 | require 'lp_upload.php'; |
763 | 819 | // Reinit current working directory as many functions in upload change it. |
@@ -774,9 +830,10 @@ discard block |
||
774 | 830 | api_not_allowed(true); |
775 | 831 | } |
776 | 832 | |
777 | - if ($debug > 0) error_log('New LP - export action triggered', 0); |
|
778 | - if (!$lp_found) { error_log('New LP - No learnpath given for copy', 0); require 'lp_list.php'; } |
|
779 | - else { |
|
833 | + if ($debug > 0) { |
|
834 | + error_log('New LP - export action triggered', 0); |
|
835 | + } |
|
836 | + if (!$lp_found) { error_log('New LP - No learnpath given for copy', 0); require 'lp_list.php'; } else { |
|
780 | 837 | $_SESSION['oLP']->copy(); |
781 | 838 | } |
782 | 839 | require 'lp_list.php'; |
@@ -789,9 +846,10 @@ discard block |
||
789 | 846 | if ($hideScormExportLink === 'true') { |
790 | 847 | api_not_allowed(true); |
791 | 848 | } |
792 | - if ($debug > 0) error_log('New LP - export action triggered', 0); |
|
793 | - if (!$lp_found) { error_log('New LP - No learnpath given for export', 0); require 'lp_list.php'; } |
|
794 | - else { |
|
849 | + if ($debug > 0) { |
|
850 | + error_log('New LP - export action triggered', 0); |
|
851 | + } |
|
852 | + if (!$lp_found) { error_log('New LP - No learnpath given for export', 0); require 'lp_list.php'; } else { |
|
795 | 853 | $_SESSION['oLP']->scorm_export(); |
796 | 854 | exit(); |
797 | 855 | //require 'lp_list.php'; |
@@ -806,7 +864,9 @@ discard block |
||
806 | 864 | api_not_allowed(true); |
807 | 865 | } |
808 | 866 | |
809 | - if ($debug > 0) error_log('New LP - export action triggered', 0); |
|
867 | + if ($debug > 0) { |
|
868 | + error_log('New LP - export action triggered', 0); |
|
869 | + } |
|
810 | 870 | if (!$lp_found) { error_log('New LP - No learnpath given for export_to_pdf', 0); require 'lp_list.php'; |
811 | 871 | } else { |
812 | 872 | $result = $_SESSION['oLP']->scorm_export_to_pdf($_GET['lp_id']); |
@@ -820,9 +880,10 @@ discard block |
||
820 | 880 | if (!$is_allowed_to_edit) { |
821 | 881 | api_not_allowed(true); |
822 | 882 | } |
823 | - if ($debug > 0) error_log('New LP - delete action triggered', 0); |
|
824 | - if (!$lp_found) { error_log('New LP - No learnpath given for delete', 0); require 'lp_list.php'; } |
|
825 | - else { |
|
883 | + if ($debug > 0) { |
|
884 | + error_log('New LP - delete action triggered', 0); |
|
885 | + } |
|
886 | + if (!$lp_found) { error_log('New LP - No learnpath given for delete', 0); require 'lp_list.php'; } else { |
|
826 | 887 | $_SESSION['refresh'] = 1; |
827 | 888 | $_SESSION['oLP']->delete(null, $_GET['lp_id'], 'remove'); |
828 | 889 | Session::erase('oLP'); |
@@ -834,9 +895,10 @@ discard block |
||
834 | 895 | if (!$is_allowed_to_edit) { |
835 | 896 | api_not_allowed(true); |
836 | 897 | } |
837 | - if ($debug > 0) error_log('New LP - visibility action triggered', 0); |
|
838 | - if (!$lp_found) { error_log('New LP - No learnpath given for visibility', 0); require 'lp_list.php'; } |
|
839 | - else { |
|
898 | + if ($debug > 0) { |
|
899 | + error_log('New LP - visibility action triggered', 0); |
|
900 | + } |
|
901 | + if (!$lp_found) { error_log('New LP - No learnpath given for visibility', 0); require 'lp_list.php'; } else { |
|
840 | 902 | learnpath::toggle_visibility($_REQUEST['lp_id'], $_REQUEST['new_status']); |
841 | 903 | require 'lp_list.php'; |
842 | 904 | } |
@@ -846,9 +908,10 @@ discard block |
||
846 | 908 | if (!$is_allowed_to_edit) { |
847 | 909 | api_not_allowed(true); |
848 | 910 | } |
849 | - if ($debug > 0) error_log('New LP - publish action triggered', 0); |
|
850 | - if (!$lp_found) { error_log('New LP - No learnpath given for publish', 0); require 'lp_list.php'; } |
|
851 | - else { |
|
911 | + if ($debug > 0) { |
|
912 | + error_log('New LP - publish action triggered', 0); |
|
913 | + } |
|
914 | + if (!$lp_found) { error_log('New LP - No learnpath given for publish', 0); require 'lp_list.php'; } else { |
|
852 | 915 | learnpath::toggle_publish($_REQUEST['lp_id'], $_REQUEST['new_status']); |
853 | 916 | require 'lp_list.php'; |
854 | 917 | } |
@@ -858,7 +921,9 @@ discard block |
||
858 | 921 | if (!$is_allowed_to_edit) { |
859 | 922 | api_not_allowed(true); |
860 | 923 | } |
861 | - if ($debug > 0) error_log('New LP - publish action triggered', 0); |
|
924 | + if ($debug > 0) { |
|
925 | + error_log('New LP - publish action triggered', 0); |
|
926 | + } |
|
862 | 927 | if (!$lp_found) { |
863 | 928 | error_log('New LP - No learnpath given for publish', 0); |
864 | 929 | require 'lp_list.php'; |
@@ -872,7 +937,9 @@ discard block |
||
872 | 937 | if (!$is_allowed_to_edit) { |
873 | 938 | api_not_allowed(true); |
874 | 939 | } |
875 | - if ($debug > 0) error_log('New LP - publish action triggered', 0); |
|
940 | + if ($debug > 0) { |
|
941 | + error_log('New LP - publish action triggered', 0); |
|
942 | + } |
|
876 | 943 | if (!$lp_found) { |
877 | 944 | error_log('New LP - No learnpath given for publish', 0); |
878 | 945 | require 'lp_list.php'; |
@@ -885,9 +952,10 @@ discard block |
||
885 | 952 | if (!$is_allowed_to_edit) { |
886 | 953 | api_not_allowed(true); |
887 | 954 | } |
888 | - if ($debug > 0) error_log('New LP - edit action triggered', 0); |
|
889 | - if (!$lp_found) { error_log('New LP - No learnpath given for edit', 0); require 'lp_list.php'; } |
|
890 | - else { |
|
955 | + if ($debug > 0) { |
|
956 | + error_log('New LP - edit action triggered', 0); |
|
957 | + } |
|
958 | + if (!$lp_found) { error_log('New LP - No learnpath given for edit', 0); require 'lp_list.php'; } else { |
|
891 | 959 | $_SESSION['refresh'] = 1; |
892 | 960 | require 'lp_edit.php'; |
893 | 961 | } |
@@ -896,9 +964,10 @@ discard block |
||
896 | 964 | if (!$is_allowed_to_edit) { |
897 | 965 | api_not_allowed(true); |
898 | 966 | } |
899 | - if ($debug > 0) error_log('New LP - update_lp action triggered', 0); |
|
900 | - if (!$lp_found) { error_log('New LP - No learnpath given for edit', 0); require 'lp_list.php'; } |
|
901 | - else { |
|
967 | + if ($debug > 0) { |
|
968 | + error_log('New LP - update_lp action triggered', 0); |
|
969 | + } |
|
970 | + if (!$lp_found) { error_log('New LP - No learnpath given for edit', 0); require 'lp_list.php'; } else { |
|
902 | 971 | $_SESSION['refresh'] = 1; |
903 | 972 | $lp_name = Security::remove_XSS($_REQUEST['lp_name']); |
904 | 973 | $_SESSION['oLP']->set_name($lp_name); |
@@ -965,8 +1034,9 @@ discard block |
||
965 | 1034 | ); |
966 | 1035 | $extraFieldValue->saveFieldValues($_REQUEST); |
967 | 1036 | |
968 | - if ($_FILES['lp_preview_image']['size'] > 0) |
|
969 | - $_SESSION['oLP']->upload_image($_FILES['lp_preview_image']); |
|
1037 | + if ($_FILES['lp_preview_image']['size'] > 0) { |
|
1038 | + $_SESSION['oLP']->upload_image($_FILES['lp_preview_image']); |
|
1039 | + } |
|
970 | 1040 | |
971 | 1041 | if (api_get_setting('search_enabled') === 'true') { |
972 | 1042 | require_once api_get_path(LIBRARY_PATH).'specific_fields_manager.lib.php'; |
@@ -1006,9 +1076,10 @@ discard block |
||
1006 | 1076 | if (!$is_allowed_to_edit) { |
1007 | 1077 | api_not_allowed(true); |
1008 | 1078 | } |
1009 | - if ($debug > 0) error_log('New LP - add sub item action triggered', 0); |
|
1010 | - if (!$lp_found) { error_log('New LP - No learnpath given for add sub item', 0); require 'lp_list.php'; } |
|
1011 | - else { |
|
1079 | + if ($debug > 0) { |
|
1080 | + error_log('New LP - add sub item action triggered', 0); |
|
1081 | + } |
|
1082 | + if (!$lp_found) { error_log('New LP - No learnpath given for add sub item', 0); require 'lp_list.php'; } else { |
|
1012 | 1083 | $_SESSION['refresh'] = 1; |
1013 | 1084 | if (!empty($_REQUEST['parent_item_id'])) { |
1014 | 1085 | $_SESSION['from_learnpath']='yes'; |
@@ -1024,9 +1095,10 @@ discard block |
||
1024 | 1095 | if (!$is_allowed_to_edit) { |
1025 | 1096 | api_not_allowed(true); |
1026 | 1097 | } |
1027 | - if ($debug > 0) error_log('New LP - delete item action triggered', 0); |
|
1028 | - if (!$lp_found) { error_log('New LP - No learnpath given for delete item', 0); require 'lp_list.php'; } |
|
1029 | - else { |
|
1098 | + if ($debug > 0) { |
|
1099 | + error_log('New LP - delete item action triggered', 0); |
|
1100 | + } |
|
1101 | + if (!$lp_found) { error_log('New LP - No learnpath given for delete item', 0); require 'lp_list.php'; } else { |
|
1030 | 1102 | //$_SESSION['refresh'] = 1; |
1031 | 1103 | if (!empty($_REQUEST['id'])) { |
1032 | 1104 | $_SESSION['oLP']->delete_item($_REQUEST['id']); |
@@ -1041,9 +1113,10 @@ discard block |
||
1041 | 1113 | if (!$is_allowed_to_edit) { |
1042 | 1114 | api_not_allowed(true); |
1043 | 1115 | } |
1044 | - if ($debug > 0) error_log('New LP - edit item prereq action triggered', 0); |
|
1045 | - if (!$lp_found) { error_log('New LP - No learnpath given for edit item prereq', 0); require 'lp_list.php'; } |
|
1046 | - else { |
|
1116 | + if ($debug > 0) { |
|
1117 | + error_log('New LP - edit item prereq action triggered', 0); |
|
1118 | + } |
|
1119 | + if (!$lp_found) { error_log('New LP - No learnpath given for edit item prereq', 0); require 'lp_list.php'; } else { |
|
1047 | 1120 | if (!empty($_REQUEST['id']) && !empty($_REQUEST['submit_item'])) { |
1048 | 1121 | $_SESSION['refresh'] = 1; |
1049 | 1122 | $_SESSION['oLP']->edit_item_prereq($_REQUEST['id'], $_REQUEST['prereq']); |
@@ -1052,64 +1125,80 @@ discard block |
||
1052 | 1125 | } |
1053 | 1126 | break; |
1054 | 1127 | case 'restart': |
1055 | - if ($debug > 0) error_log('New LP - restart action triggered', 0); |
|
1056 | - if (!$lp_found) { error_log('New LP - No learnpath given for restart', 0); require 'lp_list.php'; } |
|
1057 | - else { |
|
1128 | + if ($debug > 0) { |
|
1129 | + error_log('New LP - restart action triggered', 0); |
|
1130 | + } |
|
1131 | + if (!$lp_found) { error_log('New LP - No learnpath given for restart', 0); require 'lp_list.php'; } else { |
|
1058 | 1132 | $_SESSION['oLP']->restart(); |
1059 | 1133 | require 'lp_view.php'; |
1060 | 1134 | } |
1061 | 1135 | break; |
1062 | 1136 | case 'last': |
1063 | - if ($debug > 0) error_log('New LP - last action triggered', 0); |
|
1064 | - if (!$lp_found) { error_log('New LP - No learnpath given for last', 0); require 'lp_list.php'; } |
|
1065 | - else { |
|
1137 | + if ($debug > 0) { |
|
1138 | + error_log('New LP - last action triggered', 0); |
|
1139 | + } |
|
1140 | + if (!$lp_found) { error_log('New LP - No learnpath given for last', 0); require 'lp_list.php'; } else { |
|
1066 | 1141 | $_SESSION['oLP']->last(); |
1067 | 1142 | require 'lp_view.php'; |
1068 | 1143 | } |
1069 | 1144 | break; |
1070 | 1145 | case 'first': |
1071 | - if ($debug > 0) error_log('New LP - first action triggered', 0); |
|
1072 | - if (!$lp_found) { error_log('New LP - No learnpath given for first', 0); require 'lp_list.php'; } |
|
1073 | - else { |
|
1146 | + if ($debug > 0) { |
|
1147 | + error_log('New LP - first action triggered', 0); |
|
1148 | + } |
|
1149 | + if (!$lp_found) { error_log('New LP - No learnpath given for first', 0); require 'lp_list.php'; } else { |
|
1074 | 1150 | $_SESSION['oLP']->first(); |
1075 | 1151 | require 'lp_view.php'; |
1076 | 1152 | } |
1077 | 1153 | break; |
1078 | 1154 | case 'next': |
1079 | - if ($debug > 0) error_log('New LP - next action triggered', 0); |
|
1080 | - if (!$lp_found) { error_log('New LP - No learnpath given for next', 0); require 'lp_list.php'; } |
|
1081 | - else { |
|
1155 | + if ($debug > 0) { |
|
1156 | + error_log('New LP - next action triggered', 0); |
|
1157 | + } |
|
1158 | + if (!$lp_found) { error_log('New LP - No learnpath given for next', 0); require 'lp_list.php'; } else { |
|
1082 | 1159 | $_SESSION['oLP']->next(); |
1083 | 1160 | require 'lp_view.php'; |
1084 | 1161 | } |
1085 | 1162 | break; |
1086 | 1163 | case 'previous': |
1087 | - if ($debug > 0) error_log('New LP - previous action triggered', 0); |
|
1088 | - if (!$lp_found) { error_log('New LP - No learnpath given for previous', 0); require 'lp_list.php'; } |
|
1089 | - else { |
|
1164 | + if ($debug > 0) { |
|
1165 | + error_log('New LP - previous action triggered', 0); |
|
1166 | + } |
|
1167 | + if (!$lp_found) { error_log('New LP - No learnpath given for previous', 0); require 'lp_list.php'; } else { |
|
1090 | 1168 | $_SESSION['oLP']->previous(); |
1091 | 1169 | require 'lp_view.php'; |
1092 | 1170 | } |
1093 | 1171 | break; |
1094 | 1172 | case 'content': |
1095 | - if ($debug > 0) error_log('New LP - content action triggered', 0); |
|
1096 | - if ($debug > 0) error_log('New LP - Item id is '.intval($_GET['item_id']), 0); |
|
1173 | + if ($debug > 0) { |
|
1174 | + error_log('New LP - content action triggered', 0); |
|
1175 | + } |
|
1176 | + if ($debug > 0) { |
|
1177 | + error_log('New LP - Item id is '.intval($_GET['item_id']), 0); |
|
1178 | + } |
|
1097 | 1179 | if (!$lp_found) { |
1098 | 1180 | error_log('New LP - No learnpath given for content', 0); |
1099 | 1181 | require 'lp_list.php'; |
1100 | 1182 | } else { |
1101 | - if ($debug > 0) error_log('New LP - save_last()', 0); |
|
1183 | + if ($debug > 0) { |
|
1184 | + error_log('New LP - save_last()', 0); |
|
1185 | + } |
|
1102 | 1186 | $_SESSION['oLP']->save_last(); |
1103 | - if ($debug > 0) error_log('New LP - set_current_item()', 0); |
|
1187 | + if ($debug > 0) { |
|
1188 | + error_log('New LP - set_current_item()', 0); |
|
1189 | + } |
|
1104 | 1190 | $_SESSION['oLP']->set_current_item($_GET['item_id']); |
1105 | - if ($debug > 0) error_log('New LP - start_current_item()', 0); |
|
1191 | + if ($debug > 0) { |
|
1192 | + error_log('New LP - start_current_item()', 0); |
|
1193 | + } |
|
1106 | 1194 | $_SESSION['oLP']->start_current_item(); |
1107 | 1195 | require 'lp_content.php'; |
1108 | 1196 | } |
1109 | 1197 | break; |
1110 | 1198 | case 'view': |
1111 | - if ($debug > 0) |
|
1112 | - error_log('New LP - view action triggered', 0); |
|
1199 | + if ($debug > 0) { |
|
1200 | + error_log('New LP - view action triggered', 0); |
|
1201 | + } |
|
1113 | 1202 | if (!$lp_found) { |
1114 | 1203 | error_log('New LP - No learnpath given for view', 0); |
1115 | 1204 | require 'lp_list.php'; |
@@ -1122,17 +1211,19 @@ discard block |
||
1122 | 1211 | } |
1123 | 1212 | break; |
1124 | 1213 | case 'save': |
1125 | - if ($debug > 0) error_log('New LP - save action triggered', 0); |
|
1126 | - if (!$lp_found) { error_log('New LP - No learnpath given for save', 0); require 'lp_list.php'; } |
|
1127 | - else { |
|
1214 | + if ($debug > 0) { |
|
1215 | + error_log('New LP - save action triggered', 0); |
|
1216 | + } |
|
1217 | + if (!$lp_found) { error_log('New LP - No learnpath given for save', 0); require 'lp_list.php'; } else { |
|
1128 | 1218 | $_SESSION['oLP']->save_item(); |
1129 | 1219 | require 'lp_save.php'; |
1130 | 1220 | } |
1131 | 1221 | break; |
1132 | 1222 | case 'stats': |
1133 | - if ($debug > 0) error_log('New LP - stats action triggered', 0); |
|
1134 | - if (!$lp_found) { error_log('New LP - No learnpath given for stats', 0); require 'lp_list.php'; } |
|
1135 | - else { |
|
1223 | + if ($debug > 0) { |
|
1224 | + error_log('New LP - stats action triggered', 0); |
|
1225 | + } |
|
1226 | + if (!$lp_found) { error_log('New LP - No learnpath given for stats', 0); require 'lp_list.php'; } else { |
|
1136 | 1227 | $_SESSION['oLP']->save_current(); |
1137 | 1228 | $_SESSION['oLP']->save_last(); |
1138 | 1229 | $output = require 'lp_stats.php'; |
@@ -1140,7 +1231,9 @@ discard block |
||
1140 | 1231 | } |
1141 | 1232 | break; |
1142 | 1233 | case 'list': |
1143 | - if ($debug > 0) error_log('New LP - list action triggered', 0); |
|
1234 | + if ($debug > 0) { |
|
1235 | + error_log('New LP - list action triggered', 0); |
|
1236 | + } |
|
1144 | 1237 | if ($lp_found) { |
1145 | 1238 | $_SESSION['refresh'] = 1; |
1146 | 1239 | $_SESSION['oLP']->save_last(); |
@@ -1149,7 +1242,9 @@ discard block |
||
1149 | 1242 | break; |
1150 | 1243 | case 'mode': |
1151 | 1244 | // Switch between fullscreen and embedded mode. |
1152 | - if ($debug > 0) error_log('New LP - mode change triggered', 0); |
|
1245 | + if ($debug > 0) { |
|
1246 | + error_log('New LP - mode change triggered', 0); |
|
1247 | + } |
|
1153 | 1248 | $mode = $_REQUEST['mode']; |
1154 | 1249 | if ($mode == 'fullscreen') { |
1155 | 1250 | $_SESSION['oLP']->mode = 'fullscreen'; |
@@ -1163,7 +1258,9 @@ discard block |
||
1163 | 1258 | require 'lp_view.php'; |
1164 | 1259 | break; |
1165 | 1260 | case 'switch_view_mode': |
1166 | - if ($debug > 0) error_log('New LP - switch_view_mode action triggered', 0); |
|
1261 | + if ($debug > 0) { |
|
1262 | + error_log('New LP - switch_view_mode action triggered', 0); |
|
1263 | + } |
|
1167 | 1264 | if (!$lp_found) { error_log('New LP - No learnpath given for switch', 0); require 'lp_list.php'; } |
1168 | 1265 | if (Security::check_token('get')) { |
1169 | 1266 | $_SESSION['refresh'] = 1; |
@@ -1172,7 +1269,9 @@ discard block |
||
1172 | 1269 | require 'lp_list.php'; |
1173 | 1270 | break; |
1174 | 1271 | case 'switch_force_commit': |
1175 | - if ($debug > 0) error_log('New LP - switch_force_commit action triggered', 0); |
|
1272 | + if ($debug > 0) { |
|
1273 | + error_log('New LP - switch_force_commit action triggered', 0); |
|
1274 | + } |
|
1176 | 1275 | if (!$lp_found) { error_log('New LP - No learnpath given for switch', 0); require 'lp_list.php'; } |
1177 | 1276 | $_SESSION['refresh'] = 1; |
1178 | 1277 | $_SESSION['oLP']->update_default_scorm_commit(); |
@@ -1195,25 +1294,33 @@ discard block |
||
1195 | 1294 | break; |
1196 | 1295 | */ |
1197 | 1296 | case 'switch_attempt_mode': |
1198 | - if($debug>0) error_log('New LP - switch_reinit action triggered',0); |
|
1297 | + if($debug>0) { |
|
1298 | + error_log('New LP - switch_reinit action triggered',0); |
|
1299 | + } |
|
1199 | 1300 | if(!$lp_found){ error_log('New LP - No learnpath given for switch',0); require 'lp_list.php'; } |
1200 | 1301 | $_SESSION['refresh'] = 1; |
1201 | 1302 | $_SESSION['oLP']->switch_attempt_mode(); |
1202 | 1303 | require 'lp_list.php'; |
1203 | 1304 | break; |
1204 | 1305 | case 'switch_scorm_debug': |
1205 | - if ($debug > 0) error_log('New LP - switch_scorm_debug action triggered', 0); |
|
1306 | + if ($debug > 0) { |
|
1307 | + error_log('New LP - switch_scorm_debug action triggered', 0); |
|
1308 | + } |
|
1206 | 1309 | if (!$lp_found) { error_log('New LP - No learnpath given for switch', 0); require 'lp_list.php'; } |
1207 | 1310 | $_SESSION['refresh'] = 1; |
1208 | 1311 | $_SESSION['oLP']->update_scorm_debug(); |
1209 | 1312 | require 'lp_list.php'; |
1210 | 1313 | break; |
1211 | 1314 | case 'intro_cmdAdd': |
1212 | - if ($debug > 0) error_log('New LP - intro_cmdAdd action triggered', 0); |
|
1315 | + if ($debug > 0) { |
|
1316 | + error_log('New LP - intro_cmdAdd action triggered', 0); |
|
1317 | + } |
|
1213 | 1318 | // Add introduction section page. |
1214 | 1319 | break; |
1215 | 1320 | case 'js_api_refresh': |
1216 | - if ($debug > 0) error_log('New LP - js_api_refresh action triggered', 0); |
|
1321 | + if ($debug > 0) { |
|
1322 | + error_log('New LP - js_api_refresh action triggered', 0); |
|
1323 | + } |
|
1217 | 1324 | if (!$lp_found) { error_log('New LP - No learnpath given for js_api_refresh', 0); require 'lp_message.php'; } |
1218 | 1325 | if (isset($_REQUEST['item_id'])) { |
1219 | 1326 | $htmlHeadXtra[] = $_SESSION['oLP']->get_js_info($_REQUEST['item_id']); |
@@ -1221,8 +1328,7 @@ discard block |
||
1221 | 1328 | require 'lp_message.php'; |
1222 | 1329 | break; |
1223 | 1330 | case 'return_to_course_homepage': |
1224 | - if (!$lp_found) { error_log('New LP - No learnpath given for stats', 0); require 'lp_list.php'; } |
|
1225 | - else { |
|
1331 | + if (!$lp_found) { error_log('New LP - No learnpath given for stats', 0); require 'lp_list.php'; } else { |
|
1226 | 1332 | $_SESSION['oLP']->save_current(); |
1227 | 1333 | $_SESSION['oLP']->save_last(); |
1228 | 1334 | $url = api_get_path(WEB_COURSE_PATH).api_get_course_path().'/index.php?id_session='.api_get_session_id(); |
@@ -1240,8 +1346,9 @@ discard block |
||
1240 | 1346 | require 'lp_list_search.php'; |
1241 | 1347 | break; |
1242 | 1348 | case 'impress': |
1243 | - if ($debug > 0) |
|
1244 | - error_log('New LP - view action triggered', 0); |
|
1349 | + if ($debug > 0) { |
|
1350 | + error_log('New LP - view action triggered', 0); |
|
1351 | + } |
|
1245 | 1352 | if (!$lp_found) { |
1246 | 1353 | error_log('New LP - No learnpath given for view', 0); |
1247 | 1354 | require 'lp_list.php'; |
@@ -1413,15 +1520,19 @@ discard block |
||
1413 | 1520 | ]); |
1414 | 1521 | break; |
1415 | 1522 | default: |
1416 | - if ($debug > 0) error_log('New LP - default action triggered', 0); |
|
1523 | + if ($debug > 0) { |
|
1524 | + error_log('New LP - default action triggered', 0); |
|
1525 | + } |
|
1417 | 1526 | require 'lp_list.php'; |
1418 | 1527 | break; |
1419 | 1528 | } |
1420 | 1529 | |
1421 | 1530 | if (!empty($_SESSION['oLP'])) { |
1422 | 1531 | $_SESSION['lpobject'] = serialize($_SESSION['oLP']); |
1423 | - if ($debug > 0) error_log('New LP - lpobject is serialized in session', 0); |
|
1424 | -} |
|
1532 | + if ($debug > 0) { |
|
1533 | + error_log('New LP - lpobject is serialized in session', 0); |
|
1534 | + } |
|
1535 | + } |
|
1425 | 1536 | |
1426 | 1537 | if (!empty($redirectTo)) { |
1427 | 1538 | header("Location: $redirectTo"); |
@@ -68,12 +68,12 @@ discard block |
||
68 | 68 | Course admin section |
69 | 69 | - all the functions not available for students - always available in this case (page only shown to admin) |
70 | 70 | */ |
71 | -if (isset($_SESSION['gradebook'])){ |
|
71 | +if (isset($_SESSION['gradebook'])) { |
|
72 | 72 | $gradebook = $_SESSION['gradebook']; |
73 | 73 | } |
74 | 74 | |
75 | -if (!empty($gradebook) && $gradebook=='view') { |
|
76 | - $interbreadcrumb[]= array ( |
|
75 | +if (!empty($gradebook) && $gradebook == 'view') { |
|
76 | + $interbreadcrumb[] = array( |
|
77 | 77 | 'url' => '../gradebook/'.$_SESSION['gradebook_dest'], |
78 | 78 | 'name' => get_lang('ToolGradebook') |
79 | 79 | ); |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | |
86 | 86 | echo '<div class="actions">'; |
87 | 87 | echo '<a href="lp_controller.php?cidReq='.$_course['sysCode'].'">'. |
88 | - Display::return_icon('back.png', get_lang('ReturnToLearningPaths'),'',ICON_SIZE_MEDIUM).'</a>'; |
|
88 | + Display::return_icon('back.png', get_lang('ReturnToLearningPaths'), '', ICON_SIZE_MEDIUM).'</a>'; |
|
89 | 89 | echo '</div>'; |
90 | 90 | |
91 | 91 | Display::display_normal_message(get_lang('AddLpIntro'), false); |
@@ -119,22 +119,22 @@ discard block |
||
119 | 119 | |
120 | 120 | // Start date |
121 | 121 | $form->addElement('checkbox', 'activate_start_date_check', null, get_lang('EnableStartTime'), array('onclick' => 'activate_start_date()')); |
122 | -$form->addElement('html','<div id="start_date_div" style="display:block;">'); |
|
122 | +$form->addElement('html', '<div id="start_date_div" style="display:block;">'); |
|
123 | 123 | $form->addElement('DatePicker', 'publicated_on', get_lang('PublicationDate')); |
124 | -$form->addElement('html','</div>'); |
|
124 | +$form->addElement('html', '</div>'); |
|
125 | 125 | |
126 | 126 | //End date |
127 | 127 | $form->addElement('checkbox', 'activate_end_date_check', null, get_lang('EnableEndTime'), array('onclick' => 'activate_end_date()')); |
128 | -$form->addElement('html','<div id="end_date_div" style="display:none;">'); |
|
128 | +$form->addElement('html', '<div id="end_date_div" style="display:none;">'); |
|
129 | 129 | $form->addElement('DatePicker', 'expired_on', get_lang('ExpirationDate')); |
130 | -$form->addElement('html','</div>'); |
|
130 | +$form->addElement('html', '</div>'); |
|
131 | 131 | |
132 | -$form->addElement('html','</div>'); |
|
132 | +$form->addElement('html', '</div>'); |
|
133 | 133 | |
134 | -$defaults['activate_start_date_check'] = 1; |
|
134 | +$defaults['activate_start_date_check'] = 1; |
|
135 | 135 | |
136 | 136 | $defaults['publicated_on'] = date('Y-m-d 08:00:00'); |
137 | -$defaults['expired_on'] = date('Y-m-d 08:00:00',time()+86400); |
|
137 | +$defaults['expired_on'] = date('Y-m-d 08:00:00', time() + 86400); |
|
138 | 138 | |
139 | 139 | $form->setDefaults($defaults); |
140 | 140 | $form->addButtonCreate(get_lang('CreateLearningPath')); |
@@ -58,11 +58,11 @@ |
||
58 | 58 | if (!empty($path_to_lzx)) { |
59 | 59 | $recorder_content = sprintf("<object type=\"application/x-shockwave-flash\" data=\"%s\" ". |
60 | 60 | "width='$width' height='$height'>". |
61 | - "<param name=\"movie\" value=\"%s\">". |
|
62 | - "<param name=\"quality\" value=\"high\">". |
|
63 | - "<param name=\"scale\" value=\"noscale\">". |
|
64 | - "<param name=\"salign\" value=\"LT\">". |
|
65 | - "<param name=\"menu\" value=\"false\"></object>", $path_to_lzx, $path_to_lzx); |
|
61 | + "<param name=\"movie\" value=\"%s\">". |
|
62 | + "<param name=\"quality\" value=\"high\">". |
|
63 | + "<param name=\"scale\" value=\"noscale\">". |
|
64 | + "<param name=\"salign\" value=\"LT\">". |
|
65 | + "<param name=\"menu\" value=\"false\"></object>", $path_to_lzx, $path_to_lzx); |
|
66 | 66 | if ($audio_recorder_studentview == 'false') { |
67 | 67 | echo '<script type="text/javascript"> |
68 | 68 | function show_audiorecorder() { |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | |
31 | 31 | if ($audio_recorder_studentview == 'false') { |
32 | 32 | $width = 295; |
33 | - $height= 90; |
|
33 | + $height = 90; |
|
34 | 34 | $player = 'recorder2.swf'; |
35 | 35 | $server = (api_get_setting('service_visio', 'visio_use_rtmpt') == 'true' ? 'rtmpt://' : 'rtmp://').api_get_setting('service_visio', 'visio_host').':'.(api_get_setting('service_visio', 'visio_use_rtmpt') == 'true' ? '80' : api_get_setting('service_visio', 'visio_port')).'/recorder'; |
36 | 36 | $post_uri = urlencode($web_path.'conference/audiopost.php?course_code='.api_get_course_id().'&user_id='.api_get_user_id().'&checker='.md5(api_get_course_id().api_get_user_id().gmdate('Ymd').$_configuration['security_key'])); |
@@ -42,8 +42,8 @@ discard block |
||
42 | 42 | $player = 'player2.swf'; |
43 | 43 | $cp = api_get_course_path(); |
44 | 44 | $docs = Database::get_course_table(TABLE_DOCUMENT); |
45 | - $select = "SELECT * FROM $docs " . |
|
46 | - " WHERE c_id = $course_id AND path like BINARY '/audio/lpi".intval($audio_recorder_item_id)."-%' AND filetype='file' " . |
|
45 | + $select = "SELECT * FROM $docs ". |
|
46 | + " WHERE c_id = $course_id AND path like BINARY '/audio/lpi".intval($audio_recorder_item_id)."-%' AND filetype='file' ". |
|
47 | 47 | " ORDER BY path DESC"; |
48 | 48 | $res = Database::query($select); |
49 | 49 | if (Database::num_rows($res) > 0) { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | // Using the resource linker as a tool for adding resources to the learning path. |
37 | 37 | if ($action=="add" and $type=="learnpathitem") { |
38 | - $htmlHeadXtra[] = "<script language='JavaScript' type='text/javascript'> window.location=\"../resourcelinker/resourcelinker.php?source_id=5&action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no\"; </script>"; |
|
38 | + $htmlHeadXtra[] = "<script language='JavaScript' type='text/javascript'> window.location=\"../resourcelinker/resourcelinker.php?source_id=5&action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no\"; </script>"; |
|
39 | 39 | } |
40 | 40 | if ((!$is_allowed_to_edit) || ($isStudentView)) { |
41 | 41 | error_log('New LP - User not authorized in lp_build.php'); |
@@ -29,12 +29,12 @@ discard block |
||
29 | 29 | |
30 | 30 | $isStudentView = (int) $_REQUEST['isStudentView']; |
31 | 31 | $learnpath_id = (int) $_REQUEST['lp_id']; |
32 | -$submit = $_POST['submit_button']; |
|
32 | +$submit = $_POST['submit_button']; |
|
33 | 33 | |
34 | 34 | /* MAIN CODE */ |
35 | 35 | |
36 | 36 | // Using the resource linker as a tool for adding resources to the learning path. |
37 | -if ($action=="add" and $type=="learnpathitem") { |
|
37 | +if ($action == "add" and $type == "learnpathitem") { |
|
38 | 38 | $htmlHeadXtra[] = "<script language='JavaScript' type='text/javascript'> window.location=\"../resourcelinker/resourcelinker.php?source_id=5&action=$action&learnpath_id=$learnpath_id&chapter_id=$chapter_id&originalresource=no\"; </script>"; |
39 | 39 | } |
40 | 40 | if ((!$is_allowed_to_edit) || ($isStudentView)) { |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | if ($learnpath_id == 0) { |
52 | 52 | $is_new = true; |
53 | 53 | |
54 | - $sql = "SELECT id FROM " . $tbl_lp . " WHERE c_id = $course_id ORDER BY id DESC LIMIT 0, 1"; |
|
54 | + $sql = "SELECT id FROM ".$tbl_lp." WHERE c_id = $course_id ORDER BY id DESC LIMIT 0, 1"; |
|
55 | 55 | $result = Database::query($sql); |
56 | 56 | $row = Database::fetch_array($result); |
57 | 57 | $learnpath_id = $row['id']; |
@@ -73,8 +73,8 @@ discard block |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | if (!empty($gradebook) && $gradebook == 'view') { |
76 | - $interbreadcrumb[] = array ( |
|
77 | - 'url' => '../gradebook/' . $_SESSION['gradebook_dest'], |
|
76 | + $interbreadcrumb[] = array( |
|
77 | + 'url' => '../gradebook/'.$_SESSION['gradebook_dest'], |
|
78 | 78 | 'name' => get_lang('ToolGradebook') |
79 | 79 | ); |
80 | 80 | } |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | $interbreadcrumb[] = array('url' => '#', "name" => $therow['name']); |
83 | 83 | |
84 | 84 | // Theme calls. |
85 | -$lp_theme_css=$_SESSION['oLP']->get_theme(); |
|
85 | +$lp_theme_css = $_SESSION['oLP']->get_theme(); |
|
86 | 86 | $show_learn_path = true; |
87 | 87 | Display::display_header('', 'Path'); |
88 | 88 | $suredel = trim(get_lang('AreYouSureToDeleteJS')); |
@@ -132,11 +132,11 @@ discard block |
||
132 | 132 | |
133 | 133 | echo '<ul id="lp_overview" class="thumbnails">'; |
134 | 134 | |
135 | - echo show_block('lp_controller.php?'.api_get_cidreq().'&gradebook='.$gradebook.'&action=add_item&type=step&lp_id=' . $_SESSION['oLP']->lp_id, get_lang("NewStep"), get_lang('NewStepComment'), 'tools.png'); |
|
135 | + echo show_block('lp_controller.php?'.api_get_cidreq().'&gradebook='.$gradebook.'&action=add_item&type=step&lp_id='.$_SESSION['oLP']->lp_id, get_lang("NewStep"), get_lang('NewStepComment'), 'tools.png'); |
|
136 | 136 | |
137 | 137 | // echo show_block('lp_controller.php?'.api_get_cidreq().'&gradebook='.$gradebook.'&action=admin_view&updateaudio=true&lp_id=' . $_SESSION['oLP']->lp_id, get_lang("BasicOverview"), get_lang('BasicOverviewComment'), 'audio.png'); |
138 | 138 | |
139 | - echo show_block('lp_controller.php?'.api_get_cidreq().'&gradebook='.$gradebook.'&action=view&lp_id=' . $_SESSION['oLP']->lp_id, get_lang("Display"), get_lang('DisplayComment'), 'view.png'); |
|
139 | + echo show_block('lp_controller.php?'.api_get_cidreq().'&gradebook='.$gradebook.'&action=view&lp_id='.$_SESSION['oLP']->lp_id, get_lang("Display"), get_lang('DisplayComment'), 'view.png'); |
|
140 | 140 | |
141 | 141 | //echo show_block('lp_controller.php?'.api_get_cidreq().'&gradebook='.$gradebook.'&action=edit&lp_id=' . $_SESSION['oLP']->lp_id, get_lang("Settings"), null, 'reference.png'); |
142 | 142 | |
@@ -148,15 +148,15 @@ discard block |
||
148 | 148 | |
149 | 149 | function show_block($link, $title, $subtitle, $icon) { |
150 | 150 | $html = '<li class="col-md-4">'; |
151 | - $html .= '<div class="thumbnail">'; |
|
152 | - $html .= '<a href="'.$link.'" title="'.$title.'">'; |
|
153 | - $html .= Display::return_icon($icon, $title, array(), ICON_SIZE_BIG); |
|
154 | - $html .= '</a>'; |
|
155 | - $html .= '<div class="caption">'; |
|
156 | - $html .= '<strong>'.$title.'</strong></a> '.$subtitle; |
|
157 | - $html .= '</div>'; |
|
158 | - $html .= '</div>'; |
|
159 | - $html .= '</li>'; |
|
151 | + $html .= '<div class="thumbnail">'; |
|
152 | + $html .= '<a href="'.$link.'" title="'.$title.'">'; |
|
153 | + $html .= Display::return_icon($icon, $title, array(), ICON_SIZE_BIG); |
|
154 | + $html .= '</a>'; |
|
155 | + $html .= '<div class="caption">'; |
|
156 | + $html .= '<strong>'.$title.'</strong></a> '.$subtitle; |
|
157 | + $html .= '</div>'; |
|
158 | + $html .= '</div>'; |
|
159 | + $html .= '</li>'; |
|
160 | 160 | return $html; |
161 | 161 | } |
162 | 162 |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | //$_user = $_SESSION['_user']; |
56 | 56 | $file = $_SESSION['file']; |
57 | 57 | $oLP = unserialize($_SESSION['lpobject']); |
58 | -$oItem =& $oLP->items[$oLP->current]; |
|
58 | +$oItem = & $oLP->items[$oLP->current]; |
|
59 | 59 | if (!is_object($oItem)) { |
60 | 60 | error_log('New LP - aicc_hacp - Could not load oItem item', 0); |
61 | 61 | exit; |
@@ -69,8 +69,8 @@ discard block |
||
69 | 69 | 'evaluation' => array(), |
70 | 70 | 'student_data' => array(), |
71 | 71 | ); |
72 | -$convert_enc = array('%25','%0D','%0A','%09','%20','%2D','%2F','%3B','%3F','%7B','%7D','%7C','%5C','%5E','%7E','%5B','%5D','%60','%23','%3E','%3C','%22'); |
|
73 | -$convert_dec = array('%',"\r","\n","\t",' ','-','/',';','?','{','}','|','\\','^','~','[',']','`','#','>','<','"'); |
|
72 | +$convert_enc = array('%25', '%0D', '%0A', '%09', '%20', '%2D', '%2F', '%3B', '%3F', '%7B', '%7D', '%7C', '%5C', '%5E', '%7E', '%5B', '%5D', '%60', '%23', '%3E', '%3C', '%22'); |
|
73 | +$convert_dec = array('%', "\r", "\n", "\t", ' ', '-', '/', ';', '?', '{', '}', '|', '\\', '^', '~', '[', ']', '`', '#', '>', '<', '"'); |
|
74 | 74 | $crlf = "\r\n"; |
75 | 75 | //$tab = "\t"; |
76 | 76 | $tab = ""; |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | default: |
49 | 49 | //if($first_item->type == XML_ELEMENT_NODE) this is already check prior to the call to this function |
50 | 50 | foreach ($params as $a => $value) { |
51 | - switch ($a) { |
|
51 | + switch ($a) { |
|
52 | 52 | case 'system_id': |
53 | 53 | $this->identifier = Database::escape_string(strtolower($value)); |
54 | 54 | break; |
@@ -82,8 +82,8 @@ discard block |
||
82 | 82 | case 'web_launch': |
83 | 83 | $this->parameters = Database::escape_string($value); |
84 | 84 | break; |
85 | - } |
|
86 | - } |
|
85 | + } |
|
86 | + } |
|
87 | 87 | |
88 | 88 | return true; |
89 | 89 | } |
@@ -117,7 +117,7 @@ |
||
117 | 117 | $abs_order++; |
118 | 118 | $i = 1; |
119 | 119 | foreach ($this->sub_items as $id => $dummy) { |
120 | - $oSubitem =& $this->sub_items[$id]; |
|
120 | + $oSubitem = & $this->sub_items[$id]; |
|
121 | 121 | $oSubitem->get_flat_list($list, $abs_order, $i, $level + 1); |
122 | 122 | $i++; |
123 | 123 | } |
@@ -163,7 +163,7 @@ |
||
163 | 163 | exit; |
164 | 164 | } else { |
165 | 165 | $headers = [get_lang('SubscribeUsersToLp'), get_lang('SubscribeGroupsToLp')]; |
166 | - $tabs = Display::tabs($headers, [$formUsers->toHtml(),$form->toHtml()]); |
|
166 | + $tabs = Display::tabs($headers, [$formUsers->toHtml(), $form->toHtml()]); |
|
167 | 167 | $tpl->assign('tabs', $tabs); |
168 | 168 | } |
169 | 169 |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | $this_section = SECTION_COURSES; |
21 | 21 | |
22 | 22 | if ($lp_controller_touched != 1) { |
23 | - header('location: lp_controller.php?action=view&item_id=' . intval($_REQUEST['item_id'])); |
|
23 | + header('location: lp_controller.php?action=view&item_id='.intval($_REQUEST['item_id'])); |
|
24 | 24 | exit; |
25 | 25 | } |
26 | 26 | |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | //Impress js |
101 | 101 | if ($_SESSION['oLP']->mode == 'impress') { |
102 | 102 | $lp_id = $_SESSION['oLP']->get_id(); |
103 | - $url = api_get_path(WEB_CODE_PATH) . "newscorm/lp_impress.php?lp_id=$lp_id&" . api_get_cidreq(); |
|
103 | + $url = api_get_path(WEB_CODE_PATH)."newscorm/lp_impress.php?lp_id=$lp_id&".api_get_cidreq(); |
|
104 | 104 | header("Location: $url"); |
105 | 105 | exit; |
106 | 106 | } |
@@ -118,15 +118,15 @@ discard block |
||
118 | 118 | |
119 | 119 | // additional APIs |
120 | 120 | $htmlHeadXtra[] = '<script> |
121 | -chamilo_courseCode = "' . $course_code . '"; |
|
121 | +chamilo_courseCode = "' . $course_code.'"; |
|
122 | 122 | </script>'; |
123 | 123 | // Document API |
124 | 124 | $htmlHeadXtra[] = '<script src="js/documentapi.js" type="text/javascript" language="javascript"></script>'; |
125 | 125 | // Storage API |
126 | 126 | $htmlHeadXtra[] = '<script> |
127 | -var sv_user = \'' . api_get_user_id() . '\'; |
|
127 | +var sv_user = \'' . api_get_user_id().'\'; |
|
128 | 128 | var sv_course = chamilo_courseCode; |
129 | -var sv_sco = \'' . $lp_id . '\'; |
|
129 | +var sv_sco = \'' . $lp_id.'\'; |
|
130 | 130 | </script>'; // FIXME fetch sco and userid from a more reliable source directly in sotrageapi.js |
131 | 131 | $htmlHeadXtra[] = '<script type="text/javascript" src="js/storageapi.js"></script>'; |
132 | 132 | |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | case 3: |
198 | 198 | // aicc |
199 | 199 | $_SESSION['oLP']->stop_previous_item(); // save status manually if asset |
200 | - $htmlHeadXtra[] = '<script src="' . $_SESSION['oLP']->get_js_lib().'" type="text/javascript" language="javascript"></script>'; |
|
200 | + $htmlHeadXtra[] = '<script src="'.$_SESSION['oLP']->get_js_lib().'" type="text/javascript" language="javascript"></script>'; |
|
201 | 201 | $preReqCheck = $_SESSION['oLP']->prerequisites_match($lp_item_id); |
202 | 202 | if ($preReqCheck === true) { |
203 | 203 | $src = $_SESSION['oLP']->get_link( |
@@ -219,10 +219,10 @@ discard block |
||
219 | 219 | // Update status, total_time from lp_item_view table when you finish the exercises in learning path. |
220 | 220 | |
221 | 221 | if ($debug) { |
222 | - error_log('$type_quiz: ' . $type_quiz); |
|
223 | - error_log('$_REQUEST[exeId]: ' . intval($_REQUEST['exeId'])); |
|
224 | - error_log('$lp_id: ' . $lp_id); |
|
225 | - error_log('$_GET[lp_item_id]: ' . intval($_GET['lp_item_id'])); |
|
222 | + error_log('$type_quiz: '.$type_quiz); |
|
223 | + error_log('$_REQUEST[exeId]: '.intval($_REQUEST['exeId'])); |
|
224 | + error_log('$lp_id: '.$lp_id); |
|
225 | + error_log('$_GET[lp_item_id]: '.intval($_GET['lp_item_id'])); |
|
226 | 226 | } |
227 | 227 | |
228 | 228 | if ( |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | $safe_item_id == strval(intval($safe_item_id)) |
246 | 246 | ) { |
247 | 247 | $sql = 'SELECT start_date, exe_date, exe_result, exe_weighting, exe_exo_id |
248 | - FROM ' . $TBL_TRACK_EXERCICES . ' |
|
248 | + FROM ' . $TBL_TRACK_EXERCICES.' |
|
249 | 249 | WHERE exe_id = ' . $safe_exe_id; |
250 | 250 | $res = Database::query($sql); |
251 | 251 | $row_dates = Database::fetch_array($res); |
@@ -259,14 +259,14 @@ discard block |
||
259 | 259 | |
260 | 260 | $sql = "UPDATE $TBL_LP_ITEM SET |
261 | 261 | max_score = '$max_score' |
262 | - WHERE c_id = $course_id AND id = '" . $safe_item_id . "'"; |
|
262 | + WHERE c_id = $course_id AND id = '".$safe_item_id."'"; |
|
263 | 263 | Database::query($sql); |
264 | 264 | |
265 | 265 | $sql = "SELECT id FROM $TBL_LP_ITEM_VIEW |
266 | 266 | WHERE |
267 | 267 | c_id = $course_id AND |
268 | 268 | lp_item_id = '$safe_item_id' AND |
269 | - lp_view_id = '" . $_SESSION['oLP']->lp_view_id . "' |
|
269 | + lp_view_id = '".$_SESSION['oLP']->lp_view_id."' |
|
270 | 270 | ORDER BY id DESC |
271 | 271 | LIMIT 1"; |
272 | 272 | $res_last_attempt = Database::query($sql); |
@@ -295,7 +295,7 @@ discard block |
||
295 | 295 | status = '$status', |
296 | 296 | score = $score, |
297 | 297 | total_time = $mytime |
298 | - WHERE id='" . $lp_item_view_id . "' AND c_id = $course_id "; |
|
298 | + WHERE id='".$lp_item_view_id."' AND c_id = $course_id "; |
|
299 | 299 | |
300 | 300 | if ($debug) { |
301 | 301 | error_log($sql); |
@@ -305,17 +305,17 @@ discard block |
||
305 | 305 | |
306 | 306 | $sql = "UPDATE $TBL_TRACK_EXERCICES SET |
307 | 307 | orig_lp_item_view_id = $lp_item_view_id |
308 | - WHERE exe_id = " . $safe_exe_id; |
|
308 | + WHERE exe_id = ".$safe_exe_id; |
|
309 | 309 | Database::query($sql); |
310 | 310 | } |
311 | 311 | } |
312 | 312 | if (intval($_GET['fb_type']) > 0) { |
313 | 313 | $src = 'blank.php?msg=exerciseFinished'; |
314 | 314 | } else { |
315 | - $src = api_get_path(WEB_CODE_PATH) . 'exercice/result.php?origin=learnpath&id=' . $safe_exe_id.'&'.api_get_cidreq(); |
|
315 | + $src = api_get_path(WEB_CODE_PATH).'exercice/result.php?origin=learnpath&id='.$safe_exe_id.'&'.api_get_cidreq(); |
|
316 | 316 | |
317 | 317 | if ($debug) { |
318 | - error_log('Calling URL: ' . $src); |
|
318 | + error_log('Calling URL: '.$src); |
|
319 | 319 | } |
320 | 320 | } |
321 | 321 | $autostart = 'false'; |
@@ -373,8 +373,8 @@ discard block |
||
373 | 373 | $tbl_lp_item = Database::get_course_table(TABLE_LP_ITEM); |
374 | 374 | $show_audioplayer = false; |
375 | 375 | // Getting all the information about the item. |
376 | -$sql = "SELECT audio FROM " . $tbl_lp_item . " |
|
377 | - WHERE c_id = $course_id AND lp_id = '" . $_SESSION['oLP']->lp_id . "'"; |
|
376 | +$sql = "SELECT audio FROM ".$tbl_lp_item." |
|
377 | + WHERE c_id = $course_id AND lp_id = '".$_SESSION['oLP']->lp_id."'"; |
|
378 | 378 | $res_media = Database::query($sql); |
379 | 379 | |
380 | 380 | if (Database::num_rows($res_media) > 0) { |
@@ -397,7 +397,7 @@ discard block |
||
397 | 397 | 'name' => get_lang('LearningPaths') |
398 | 398 | ); |
399 | 399 | $interbreadcrumb[] = array( |
400 | - 'url' => api_get_self() . "?action=add_item&type=step&lp_id={$_SESSION['oLP']->lp_id}&isStudentView=false", |
|
400 | + 'url' => api_get_self()."?action=add_item&type=step&lp_id={$_SESSION['oLP']->lp_id}&isStudentView=false", |
|
401 | 401 | 'name' => $_SESSION['oLP']->get_name() |
402 | 402 | ); |
403 | 403 | $interbreadcrumb[] = array( |
@@ -409,12 +409,12 @@ discard block |
||
409 | 409 | |
410 | 410 | // Return to course home. |
411 | 411 | if ($is_allowed_to_edit) { |
412 | - $buttonHomeUrl = 'lp_controller.php?' . api_get_cidreq() . '&' . http_build_query([ |
|
412 | + $buttonHomeUrl = 'lp_controller.php?'.api_get_cidreq().'&'.http_build_query([ |
|
413 | 413 | 'isStudentView' => 'false', |
414 | 414 | 'action' => 'return_to_course_homepage' |
415 | 415 | ]); |
416 | 416 | } else { |
417 | - $buttonHomeUrl = 'lp_controller.php?' . api_get_cidreq() . '&' . http_build_query([ |
|
417 | + $buttonHomeUrl = 'lp_controller.php?'.api_get_cidreq().'&'.http_build_query([ |
|
418 | 418 | 'action' => 'return_to_course_homepage' |
419 | 419 | ]); |
420 | 420 | } |
@@ -519,7 +519,7 @@ discard block |
||
519 | 519 | |
520 | 520 | $template->assign('lp_author', $_SESSION['oLP']->get_author()); |
521 | 521 | $template->assign('lp_mode', $_SESSION['oLP']->mode); |
522 | -$template->assign('lp_title_scorm',$_SESSION['oLP']->name); |
|
522 | +$template->assign('lp_title_scorm', $_SESSION['oLP']->name); |
|
523 | 523 | $template->assign( |
524 | 524 | 'lp_html_toc', |
525 | 525 | $_SESSION['oLP']->get_html_toc($get_toc_list) |
@@ -198,7 +198,7 @@ |
||
198 | 198 | //"lms_progress_bar_mode='".$myprogress_mode."';" . |
199 | 199 | "olms.lms_view_id=".$view_id.";". |
200 | 200 | "olms.lms_user_id=".$user_id.";". |
201 | - "olms.next_item=".$new_item_id.";". // This one is very important to replace possible literal strings. |
|
201 | + "olms.next_item=".$new_item_id.";".// This one is very important to replace possible literal strings. |
|
202 | 202 | "olms.lms_next_item=".$mynext.";". |
203 | 203 | "olms.lms_previous_item=".$myprevious.";". |
204 | 204 | "olms.lms_item_type = '".$myitemtype."';". |