summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2007-02-14 19:43:43 +0000
committerBrion Vibber <brion@users.mediawiki.org>2007-02-14 19:43:43 +0000
commit2aa80dfb280143c49cd12f5afb5986d5e3a1f5c2 (patch)
tree63f475e24d0feb4e0a3dce59b5c025993be8fde8
parent1c2a0dada4cc991210a0565f5e4ac50a836fa560 (diff)
DO NOT FUCK WITH RELEASE TAGS!1.8.3
THEY ARE PARTICULAR SNAPSHOTTED REVISIONS. DO NOT EVER FUCK WITH THEM, SRSLY
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/19931
-rw-r--r--includes/DatabasePostgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/DatabasePostgres.php b/includes/DatabasePostgres.php
index 5e60a93a6ed4..a5e02e77f2b1 100644
--- a/includes/DatabasePostgres.php
+++ b/includes/DatabasePostgres.php
@@ -274,7 +274,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>";