change loading of excel class

This commit is contained in:
2018-07-13 13:17:24 +10:00
parent c1d6b05167
commit a6781e0475

View File

@@ -511,7 +511,8 @@ function booking_varietysessions_csv_report($timeslot_id) {
global $event;
$data = array();
include_once("./libraries/xlsxwriter.class.php");
//include_once("./libraries/xlsxwriter.class.php");
module_load_include('php', 'booking', 'libraries/xlsxwriter.class');
//ini_set('display_errors', 0);
//ini_set('log_errors', 1);
//error_reporting(E_ALL & ~E_NOTICE);