fix extra brace

This commit is contained in:
2017-06-29 14:40:38 +10:00
parent b109cb792f
commit b14edc70a2

View File

@@ -174,5 +174,4 @@ function booking_earlyaccess_csv_report() {
drupal_add_http_header("Content-Disposition", "attachment; filename=" . $name . ".csv");
print $csv;
exit(0);
}
}