From: Greg Sabino Mullane Date: Tue, 5 Sep 2006 01:56:09 +0000 (+0000) Subject: Typo, thanks to Sven Klemm for catching it. X-Git-Tag: 1.31.0-rc.0~55834 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=9acff5bbeadd81ca8d3098b635e41f5420cbf5e2;p=lhc%2Fweb%2Fwiklou.git Typo, thanks to Sven Klemm for catching it. --- 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);