Revision 76bdcd04
Added by Assos Assos almost 6 years ago
drupal7/sites/all/modules/webform/includes/webform.webformconditionals.inc | ||
---|---|---|
152 | 152 |
)); |
153 | 153 |
} |
154 | 154 |
elseif ($source_component['page_num'] == $page_num && $component['type'] == 'pagebreak') { |
155 |
$errors[$page_num][] = t('The page break %to can\'t be controlled by %from on the same page.',
|
|
155 |
$errors[$page_num][] = t("The page break %to can't be controlled by %from on the same page.",
|
|
156 | 156 |
array( |
157 | 157 |
'%from' => $source_component['name'], |
158 | 158 |
'%to' => $component['name'], |
... | ... | |
437 | 437 |
// in webform.conditionals.inc. |
438 | 438 |
switch ($conditional_type) { |
439 | 439 |
case 'numeric': |
440 |
module_load_include('inc', 'webform', 'components/number');
|
|
440 |
webform_component_include('number');
|
|
441 | 441 |
break; |
442 | 442 |
|
443 | 443 |
case 'select': |
444 |
module_load_include('inc', 'webform', 'components/select');
|
|
444 |
webform_component_include($conditional_type);
|
|
445 | 445 |
break; |
446 | 446 |
} |
447 | 447 |
|
Also available in: Unified diff
Weekly update of contrib modules