From: Gabriel Wicke Date: Mon, 12 Jul 2004 20:59:25 +0000 (+0000) Subject: unclosed array. tim, please check if this fix closes at the right spot X-Git-Tag: 1.5.0alpha1~2690 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=d026807c3ee5560f977f10db95970d3d82e398c5;p=lhc%2Fweb%2Fwiklou.git unclosed array. tim, please check if this fix closes at the right spot --- diff --git a/includes/Math.php b/includes/Math.php index 827c1167df..10ae193248 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -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 );