Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform_validation/webform_validation.rules.inc | ||
---|---|---|
66 | 66 |
} |
67 | 67 |
|
68 | 68 |
/** |
69 |
* This helper function takes a list of full component info arrays and returns a basic representation of it for output purposes. |
|
69 |
* Create basic version of component info. |
|
70 |
* |
|
71 |
* This helper function takes a list of full component info arrays and returns a |
|
72 |
* basic representation of it for output purposes. |
|
70 | 73 |
*/ |
71 | 74 |
function webform_validation_rule_components_basic($components) { |
72 | 75 |
$ret = array(); |
Also available in: Unified diff
Weekly update of contrib modules