mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Fix for bug on Windows and Mac servers while generating quiz reports
This commit is contained in:
parent
39e1c4158f
commit
1af376eca4
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user