From 03572542a17f0d7ff00eb94c7fb27ab5faff0d94 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 12 Feb 2008 21:41:40 +0000 Subject: [PATCH] No longer need this cast. --- includes/SearchPostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SearchPostgres.php b/includes/SearchPostgres.php index 8dd9406195..eb1ac31c8e 100644 --- a/includes/SearchPostgres.php +++ b/includes/SearchPostgres.php @@ -158,7 +158,7 @@ class SearchPostgres extends SearchEngine { ## Redirects if (! $this->showRedirects) - $query .= ' AND page_is_redirect = 0::char'; ## IS FALSE + $query .= ' AND page_is_redirect = 0'; ## Namespaces - defaults to 0 if ( count($this->namespaces) < 1) -- 2.20.1