You are here

function content_rules_field_has_value_form in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 6.2 includes/content.rules.inc \content_rules_field_has_value_form()

Use the same configuration form as the "populate field" action.

File

includes/content.rules.inc, line 247
Provides basic rules module support.

Code

function content_rules_field_has_value_form($settings, &$form, &$form_state) {
  content_rules_action_populate_field_form($settings, $form, $form_state);
}