X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresUpdater.php;h=31827a1ab7249466b5c44272c316caceacc4018b;hb=43427af91f3a8fe8fb36661cbc458175def55bfd;hp=008240a38c7afc9710d50e803eaf4cbd98d45ab7;hpb=b5e255e914f0fe70890f8ac61d9d19476699873e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 008240a38c..31827a1ab7 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -1071,7 +1071,7 @@ END; $this->db->query( $command ); } else { $this->output( "...foreign key constraint on '$table.$field' already does not exist\n" ); - }; + } } protected function changeFkeyDeferrable( $table, $field, $clause ) { @@ -1235,7 +1235,7 @@ END; if ( $this->updateRowExists( 'patch-textsearch_bug66650.sql' ) ) { $this->output( "...T68650 already fixed or not applicable.\n" ); return; - }; + } $this->applyPatch( 'patch-textsearch_bug66650.sql', false, 'Rebuilding text search for T68650' ); }