Last modified: 2008-09-06 03:15:46 UTC
Math.php, r24065, line 166, call to Database::replace has an extra argument "array('IGNORE')". Probably added by someone who mistakenly thought replace takes the same arguments as insert. Replace does not accept an options argument in Database or any of its subclassed implementations, so it would be wise to check the code in MathRenderer to ensure that it is not relying on behavior which the Database class does not offer. If the "IGNORE" behavior of insert is important to MathRenderer's use of replace here, then the Database class need to provide it.
Removed in r40513