public/main/admin/specific_fields_add.php
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Edit specific search field');
- Exclude checks
Variable "form_information" is not in valid camel caps format Open
Open
$defaults['field_name'] = $form_information[0]['name'];
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Add a specific search field');
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "field_id" is not in valid camel caps format Open
Open
$field_id = add_specific_field($field_name);
- Exclude checks
Variable "field_name" is not in valid camel caps format Open
Open
$field_id = add_specific_field($field_name);
- Exclude checks
Variable "field_name" is not in valid camel caps format Open
Open
$field_name = $field['field_name'];
- Exclude checks
Variable "form_information" is not in valid camel caps format Open
Open
$form_information = get_specific_field_list(['id' => $fieldId]);
- Exclude checks