You are here

function simple_node_importer_preprocess_content_info_note in Simple Node Importer 8

Same name and namespace in other branches
  1. 7 simple_node_importer.module \simple_node_importer_preprocess_content_info_note()

Implements preprocess().

File

./simple_node_importer.module, line 460
Simple node importer module file.

Code

function simple_node_importer_preprocess_content_info_note(&$vars) {
  $vars['fields_required'] = $vars['fields_required'];
  $vars['multival_field'] = $vars['multival_field'];
}