From 9acff5bbeadd81ca8d3098b635e41f5420cbf5e2 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 5 Sep 2006 01:56:09 +0000 Subject: [PATCH] Typo, thanks to Sven Klemm for catching it. --- includes/DatabasePostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DatabasePostgres.php b/includes/DatabasePostgres.php index 8554ce217f..722b635939 100644 --- a/includes/DatabasePostgres.php +++ b/includes/DatabasePostgres.php @@ -791,7 +791,7 @@ class DatabasePostgres extends Database { $ctype = pg_fetch_result($this->doQuery("SHOW lc_ctype"),0,0); $SQL = "UPDATE mediawiki_version SET mw_version=$mwv, pg_version=$pgv, pg_user=$pgu, ". - "mw_schema = $mws, ts2_schema = $tss, pg_port=$pgp, pg_dbname=$dbn ". + "mw_schema = $mws, ts2_schema = $tss, pg_port=$pgp, pg_dbname=$dbn, ". "ctype = '$ctype' ". "WHERE type = 'Creation'"; $this->query($SQL); -- 2.20.1