typo
This commit is contained in:
@@ -308,7 +308,7 @@ function booking_manual_email_form($form, &$form_state, $input_option = "")
|
|||||||
drupal_get_path('module', 'booking') . '/booking.css',
|
drupal_get_path('module', 'booking') . '/booking.css',
|
||||||
);
|
);
|
||||||
//attach js for dynamically setting checkboxes
|
//attach js for dynamically setting checkboxes
|
||||||
$form['#attached']['js'][] = drupal_get_path("module", "booking")."/booking.js"
|
$form['#attached']['js'][] = drupal_get_path("module", "booking")."/booking.js";
|
||||||
|
|
||||||
//@todo add booking prefix
|
//@todo add booking prefix
|
||||||
$form['email-type'] = array(
|
$form['email-type'] = array(
|
||||||
|
Reference in New Issue
Block a user