function noderelationships_preprocess_content_field_overview_form in Node Relationships 6
Alter variables used for content-admin-field-overview-form.tpl.php.
File
- ./
noderelationships.module, line 247 - This is the main script for the noderelationships module. It merely contains the implementation of hooks invoked by Drupal core, CCK, Views, etc. All common functions are externalized into several scripts that are included on demand.
Code
function noderelationships_preprocess_content_field_overview_form(&$vars) {
module_load_include('inc', 'noderelationships');
module_load_include('inc', 'noderelationships', 'noderelationships.admin');
_noderelationships_preprocess_content_field_overview_form($vars);
}