test
This commit is contained in:
@@ -165,10 +165,10 @@ function booking_variety_session_callback($form, &$form_state) {
|
||||
//$commands[] = ajax_command_replace('#booking_variety_session_' . $timeslot->tid . '_wrapper', drupal_render($form));
|
||||
}
|
||||
|
||||
//$form_state['rebuild'] = TRUE;
|
||||
//return array('#type' => 'ajax', '#commands' => $commands);
|
||||
$page = array('#type' => 'ajax', '#commands' => $commands);
|
||||
ajax_deliver($page);
|
||||
$form_state['rebuild'] = TRUE;
|
||||
return array('#type' => 'ajax', '#commands' => $commands);
|
||||
//$page = array('#type' => 'ajax', '#commands' => $commands);
|
||||
//ajax_deliver($page);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user