r68717 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68716‎ | r68717 | r68718 >
Date:09:20, 29 June 2010
Author:maxsem
Status:ok
Tags:
Comment:
Fixed yet another borkage from r67707
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -309,7 +309,7 @@
310310 $connectVars['password'] = $password;
311311
312312 @$this->mConn = pg_connect( $this->makeConnectionString( $connectVars ) );
313 - if ( $this->mConn ) {
 313+ if ( !$this->mConn ) {
314314 print "<b>FAILED TO CONNECT!</b></li>";
315315 dieout("</ul>");
316316 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67707Fixed a bunch of silly instances of [^!=]==\s*(true|false)demon11:44, 9 June 2010

Status & tagging log