summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2007-02-14 19:45:03 +0000
committerBrion Vibber <brion@users.mediawiki.org>2007-02-14 19:45:03 +0000
commit911cb2b1ded58bdeb9500991501880b238a2d4d1 (patch)
tree38a5f7ee2284906f03d6e7dbed712592d32bab3a
parent10a01cba12f0f186b505081c351c08209fd37f79 (diff)
DO NOT FUCK WITH RELEASE TAGS!1.9.2
THEY ARE PARTICULAR SNAPSHOTTED REVISIONS.
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/19932
-rw-r--r--includes/DatabasePostgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/DatabasePostgres.php b/includes/DatabasePostgres.php
index c739419bad87..803c0e26fb86 100644
--- a/includes/DatabasePostgres.php
+++ b/includes/DatabasePostgres.php
@@ -282,7 +282,7 @@ class DatabasePostgres extends Database {
$res = $this->doQuery($SQL);
if (!$res) {
print "<b>FAILED</b>. ";
- print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"$ctype\"</li>\n";
+ print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"ctype\"</li>\n";
dieout("</ul>");
}
print "OK</li>";