-
Improvement
-
Resolution: Fixed
-
Minor
-
2.0.3, 2.1
-
None
-
php compiled without php5-bcmath
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_20_STABLE
-
MDL-28014_head -
There are two calls of bcmod() in item/multichoice/lib.php and item/multichoicerated/lib.php but this function isn't available on each installation.
Better is to use the % for modulus then bcmod().
This was just used in a very early time I started php programming .