Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.6, 2.3.3, 2.4, 2.5
-
Component/s: Libraries
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:w50_
MDL-37171_m25_outdatedexcel -
Pull Master Diff URL:
Description
This is a followup of MDL-36640.
It seems that the pear lib we use to handle excel files (used widely) has some e_strict problems.
grep -r add_worksheet * | grep '=&'
|
This is about to:
- understand why/where it happens.
- look and implement a possible solution.
Ciao