fix extra brace
This commit is contained in:
@@ -174,5 +174,4 @@ function booking_earlyaccess_csv_report() {
|
|||||||
drupal_add_http_header("Content-Disposition", "attachment; filename=" . $name . ".csv");
|
drupal_add_http_header("Content-Disposition", "attachment; filename=" . $name . ".csv");
|
||||||
print $csv;
|
print $csv;
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user