tweak enclosure setting
This commit is contained in:
@@ -545,7 +545,7 @@ function booking_varietysessions_csv_report($timeslot_id) {
|
||||
$csv = '';
|
||||
$delimiter = ',';
|
||||
$enclosure = '"';
|
||||
$encloseAll = true;
|
||||
$encloseAll = false;
|
||||
$nullToMysqlNull = true;
|
||||
$delimiter_esc = preg_quote($delimiter, '/');
|
||||
$enclosure_esc = preg_quote($enclosure, '/');
|
||||
@@ -902,7 +902,7 @@ function booking_variety_regn_edit_form_submit($form, &$form_state) {
|
||||
watchdog('booking', "Updated variety session registration for person ID !nid", array('!nid' => $values['nid']));
|
||||
}
|
||||
|
||||
|
||||
// Finished, redirect to original table
|
||||
$form_state['redirect'] = $redirect_path;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user