From 98787e87bbd268070ab896bf1ca19d574dcbfdf7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 2 Apr 2012 14:02:23 +0200 Subject: [PATCH] Remove unused $wgDebugDBTransactions Change-Id: I74f93f83e5955b6953b11a13ed4312a536498b8d --- includes/db/DatabasePostgres.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 0155f282e0..ed59e4688c 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -315,7 +315,6 @@ class DatabasePostgres extends DatabaseBase { } protected function doQuery( $sql ) { - global $wgDebugDBTransactions; if ( function_exists( 'mb_convert_encoding' ) ) { $sql = mb_convert_encoding( $sql, 'UTF-8' ); } -- 2.20.1