r19932 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19931‎ | r19932 | r19933 >
Date:19:45, 14 February 2007
Author:brion
Status:old
Tags:
Comment:
DO NOT FUCK WITH RELEASE TAGS!
THEY ARE PARTICULAR SNAPSHOTTED REVISIONS.
Modified paths:
  • /tags/REL1_9_2/phase3/includes/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: tags/REL1_9_2/phase3/includes/DatabasePostgres.php
@@ -282,7 +282,7 @@
283283 $res = $this->doQuery($SQL);
284284 if (!$res) {
285285 print "<b>FAILED</b>. ";
286 - print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"$ctype\"</li>\n";
 286+ print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"ctype\"</li>\n";
287287 dieout("</ul>");
288288 }
289289 print "OK</li>";