fix typo
This commit is contained in:
@@ -169,7 +169,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
|
|||||||
watchdog('booking_debug', "<pre>Manual email cached form\n@info</pre>", array('@info' => print_r( $cached_form, true)));
|
watchdog('booking_debug', "<pre>Manual email cached form\n@info</pre>", array('@info' => print_r( $cached_form, true)));
|
||||||
|
|
||||||
//unset old tableselect
|
//unset old tableselect
|
||||||
unsset($form['table']);
|
unset($form['table']);
|
||||||
|
|
||||||
// configure new tableselect based on old table select
|
// configure new tableselect based on old table select
|
||||||
$form['table'] = $cached_form['form']['table'];
|
$form['table'] = $cached_form['form']['table'];
|
||||||
|
Reference in New Issue
Block a user