From: OverlordQ Date: Thu, 12 Jan 2012 23:22:09 +0000 (+0000) Subject: Followup to r108744 X-Git-Tag: 1.31.0-rc.0~25314 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=074a7001c68c0236f2f24716ed1f936e75508187;p=lhc%2Fweb%2Fwiklou.git Followup to r108744 --- diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 38950c3961..2f0cdb4f0f 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -1046,7 +1046,7 @@ SQL; return 'SearchPostgres'; } - protected function streamStatementEnd( &$sql, &$newLine ) { + public function streamStatementEnd( &$sql, &$newLine ) { # Allow dollar quoting for function declarations if ( substr( $newLine, 0, 4 ) == '$mw$' ) { if ( $this->delimiter ) {