From 793d1e9fba6e3d93b38a460507bd1ac46ca112a7 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 14 Dec 2010 12:47:37 +0000 Subject: [PATCH] rm double comment --- includes/installer/PostgresUpdater.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index a13b45f657..c6abcc3ff7 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -685,8 +685,8 @@ END; # This is create or replace, so harmless to call if not needed $this->applyPatch( 'patch-ts2pagetitle.sql' ); - # # If the server is 8.3 or higher, rewrite the tsearch2 triggers - # # in case they have the old 'default' versions + # If the server is 8.3 or higher, rewrite the tsearch2 triggers + # in case they have the old 'default' versions # Gather version numbers in case we need them if ( $this->db->getServerVersion() >= 8.3 ) { $this->applyPatch( 'patch-tsearch2funcs.sql' ); -- 2.20.1