public/main/lp/lp_edit.php
Variable "display_date" is not in valid camel caps format Open
Open
$display_date = 'none';
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
if (!empty($expired_on)) {
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$defaults['expired_on'] = (!empty($expired_on))
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
->setPublishedOn(api_get_utc_datetime($published_on, true, true))
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "display_date" is not in valid camel caps format Open
Open
$display_date = 'none';
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$published_on = $learnPath->published_on;
- Exclude checks
Variable "display_date" is not in valid camel caps format Open
Open
$form->addElement('html', '<div id="start_date_div" style="display:'.$display_date.';">');
- Exclude checks
Variable "display_date" is not in valid camel caps format Open
Open
$form->addElement('html', '<div id="end_date_div" style="display:'.$display_date.';">');
- Exclude checks
Variable "use_max_score" is not in valid camel caps format Open
Open
$defaults['use_max_score'] = $learnPath->use_max_score;
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$published_on = null;
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
? api_get_local_time($published_on)
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
->setExpiredOn(api_get_utc_datetime($expired_on, true, true))
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$learnPath->set_terms_by_prefix($_REQUEST[$specific_field['code']], $specific_field['code']);
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$defaults['published_on'] = !empty($published_on) && '0000-00-00 00:00:00' !== $published_on
- Exclude checks
Variable "s_theme" is not in valid camel caps format Open
Open
$s_theme = $learnPath->get_theme();
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$published_on = $learnPath->published_on;
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$published_on = $_REQUEST['published_on'];
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on = $_REQUEST['expired_on'];
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$specific_field['id'],
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
'ref_id' => $learnPath->lp_id,
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$new_values = explode(',', trim($_REQUEST[$specific_field['code']]));
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
'field_id' => $specific_field['id'],
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$defaults[$specific_field['code']] = implode(', ', $arr_str_values);
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on = $learnPath->expired_on;
- Exclude checks
Variable "hide_toc_frame" is not in valid camel caps format Open
Open
$hide_toc_frame = 0;
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on = null;
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
? api_get_local_time($expired_on)
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
$specific_fields = get_specific_field_list();
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$learnPath->set_terms_by_prefix($_REQUEST[$specific_field['code']], $specific_field['code']);
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$form->addElement('text', $specific_field['code'], $specific_field['name']);
- Exclude checks
Variable "display_date" is not in valid camel caps format Open
Open
$display_date = 'block';
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "s_theme" is not in valid camel caps format Open
Open
$themeSelect->setSelected($s_theme); //default
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
if (!empty($published_on) && '0000-00-00 00:00:00' !== $published_on) {
- Exclude checks
Variable "display_date" is not in valid camel caps format Open
Open
$display_date = 'block';
- Exclude checks
Variable "new_values" is not in valid camel caps format Open
Open
if (!empty($new_values)) {
- Exclude checks
Variable "arr_str_values" is not in valid camel caps format Open
Open
$arr_str_values = [];
- Exclude checks
Variable "expired_on" is not in valid camel caps format Open
Open
$expired_on = $learnPath->expired_on;
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$specific_field['id'],
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$form->addElement('text', $specific_field['code'], $specific_field['name']);
- Exclude checks
Variable "new_values" is not in valid camel caps format Open
Open
$new_values = explode(',', trim($_REQUEST[$specific_field['code']]));
- Exclude checks
Variable "new_values" is not in valid camel caps format Open
Open
foreach ($new_values as $value) {
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
$specific_fields = get_specific_field_list();
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
$defaults['published_on'] = !empty($published_on) && '0000-00-00 00:00:00' !== $published_on
- Exclude checks
Variable "new_values" is not in valid camel caps format Open
Open
array_walk($new_values, 'trim');
- Exclude checks
Variable "arr_str_values" is not in valid camel caps format Open
Open
$defaults[$specific_field['code']] = implode(', ', $arr_str_values);
- Exclude checks
Variable "hide_toc_frame" is not in valid camel caps format Open
Open
$hide_toc_frame = 1;
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "arr_str_values" is not in valid camel caps format Open
Open
$arr_str_values[] = $value['value'];
- Exclude checks
Variable "published_on" is not in valid camel caps format Open
Open
if (!empty($published_on) && '0000-00-00 00:00:00' !== $published_on) {
- Exclude checks
Variable "hide_toc_frame" is not in valid camel caps format Open
Open
->setHideTocFrame($hide_toc_frame)
- Exclude checks