From: Chad Horohoe Date: Tue, 14 Dec 2010 12:47:37 +0000 (+0000) Subject: rm double comment X-Git-Tag: 1.31.0-rc.0~33314 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=793d1e9fba6e3d93b38a460507bd1ac46ca112a7;p=lhc%2Fweb%2Fwiklou.git rm double comment --- 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' );