test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
function booking_manual_email($preselected = NULL)
|
||||
function booking_manual_email($preselected = "")
|
||||
{
|
||||
global $event;
|
||||
//see http://www.jaypan.com/blog/themeing-drupal-7-forms-tables-checkboxes-or-radios
|
||||
@@ -119,10 +119,11 @@ function booking_manual_email($preselected = NULL)
|
||||
}
|
||||
$options[$data->nid]['group_roles'] = $group_text;
|
||||
}
|
||||
|
||||
/*
|
||||
if ($preselected == 'unpaid') {
|
||||
$values[$data->nid] = ($data->booking_payment_complete == 'Y' || $data->booking_status != 1) ? FALSE : TRUE;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
$form['table'] = array (
|
||||
|
Reference in New Issue
Block a user