unclosed array. tim, please check if this fix closes at the right spot
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 12 Jul 2004 20:59:25 +0000 (20:59 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 12 Jul 2004 20:59:25 +0000 (20:59 +0000)
includes/Math.php

index 827c116..10ae193 100644 (file)
@@ -152,7 +152,7 @@ class MathRenderer {
                $dbr =& wfGetDB( DB_READ );
                $rpage = $dbr->getArray( 'math', 
                        array( 'math_outputhash','math_html_conservativeness','math_html','math_mathml' ),
-                       array( 'math_inputhash' => pack("H32", $this->md5), # Binary packed, not hex
+                       array( 'math_inputhash' => pack("H32", $this->md5)), # Binary packed, not hex
                        $fname
                );