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 @@
310
310
$connectVars['password'] = $password;
311
311
312
312
@$this->mConn = pg_connect( $this->makeConnectionString( $connectVars ) );
313
- if ( $this->mConn ) {
313
+ if ( !$this->mConn ) {
314
314
print "<b>FAILED TO CONNECT!</b></li>";
315
315
dieout("</ul>");
316
316
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r67707
Fixed a bunch of silly instances of [^!=]==\s*(true|false)
demon
11:44, 9 June 2010
Status & tagging log
13:14, 27 September 2010
😂
(
talk
|
contribs
)
changed the
status
of r68717
[
removed:
new
added:
ok]