1 Mar 2007 04:12
SVN: [20094] trunk/phase3/includes/SearchPostgres.php
<greg <at> svn.wikimedia.org>
2007-03-01 03:12:37 GMT
2007-03-01 03:12:37 GMT
Revision: 20094
Author: greg
Date: 2007-02-28 19:12:36 -0800 (Wed, 28 Feb 2007)
Log Message:
-----------
Typo in var name
Modified Paths:
--------------
trunk/phase3/includes/SearchPostgres.php
Modified: trunk/phase3/includes/SearchPostgres.php
===================================================================
--- trunk/phase3/includes/SearchPostgres.php 2007-02-28 23:44:02 UTC (rev 20093)
+++ trunk/phase3/includes/SearchPostgres.php 2007-03-01 03:12:36 UTC (rev 20094)
<at> <at> -55,7 +55,7 <at> <at>
global $wgContLang;
$lc = SearchEngine::legalSearchChars();
$searchon = '';
- $searchonst = '';
+ $searchconst = '';
$this->searchTerms = array();
# FIXME: This doesn't handle parenthetical expressions.
RSS Feed