From 1af376eca43df877db6dfed5e266e5a48bd6af89 Mon Sep 17 00:00:00 2001 From: fiedorow Date: Thu, 15 Apr 2004 15:41:06 +0000 Subject: [PATCH] Fix for bug on Windows and Mac servers while generating quiz reports --- lib/excel/Workbook.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/excel/Workbook.php b/lib/excel/Workbook.php index 4d6cbccc91..0b9fbe6e52 100644 --- a/lib/excel/Workbook.php +++ b/lib/excel/Workbook.php @@ -32,7 +32,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -require_once('Format.php'); +//require_once('Format.php'); +require_once("$CFG->libdir/excel/Format.php"); require_once('OLEwriter.php'); require_once('BIFFwriter.php'); -- 2.39.5