-
Task
-
Resolution: Not a bug
-
Minor
-
None
-
2.0
-
None
-
None
-
MOODLE_20_STABLE
This function needs to be removed as it is deprecated in php 5.3 and will be removed in php 6. It's already being done like this in a few places but Im not sure if that's what we really want to be doing:
if (PHP_VERSION < 6)
{ set_magic_quotes_runtime($magic_quotes); }