public/main/admin/careers.php
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Edit');
- Exclude checks
Variable "column_model" is not in valid camel caps format Open
Open
$column_model = [
- Exclude checks
Variable "column_model" is not in valid camel caps format Open
Open
$column_model,
- Exclude checks
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params,
- Exclude checks
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params['height'] = 'auto';
- Exclude checks
Variable "old_status" is not in valid camel caps format Open
Open
if ($values['status'] && !$old_status) {
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params['autowidth'] = 'true';
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Add');
- Exclude checks
Variable "old_status" is not in valid camel caps format Open
Open
} elseif (!$values['status'] && $old_status) {
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "old_status" is not in valid camel caps format Open
Open
$old_status = $career->get_status($values['id']);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Careers');
- Exclude checks