-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
1.9
-
None
-
MOODLE_19_STABLE
Just setting up a demo for my session at Moodlemoot AU on offline-moodle, and noticed that win 98 screws up the moodledata path a bit:
it adds a // to the start eg: e://moodledata which causes problems.
the moodledata path already converts
to \ - just needs an extra str_replace to replace any // with / as well.
Dan