cleanup trailing whitespace
This commit is contained in:
@@ -25,7 +25,7 @@ function booking_manual_payment_admin($nid)
|
||||
array(':eid' => $event->eid,));
|
||||
|
||||
//empty payment option
|
||||
$payment_type_options[0] = '';
|
||||
$payment_type_options[0] = '';
|
||||
|
||||
foreach($result as $row)
|
||||
{
|
||||
@@ -66,7 +66,7 @@ function booking_manual_payment_admin($nid)
|
||||
'#options' => $payment_balance_options,
|
||||
'#default_value' => 1,
|
||||
'#required' => FALSE,
|
||||
);
|
||||
);
|
||||
|
||||
$header = array (
|
||||
'booking_nid' => array('data' => t('Booking ID')),
|
||||
|
Reference in New Issue
Block a user