Merge "Remove a bunch of trailing spaces and unneeded newlines"
authorMaxSem <maxsem.wiki@gmail.com>
Fri, 12 Oct 2012 18:36:46 +0000 (18:36 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 12 Oct 2012 18:36:46 +0000 (18:36 +0000)
1  2 
includes/db/ORMTable.php
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php

@@@ -350,11 -332,8 +350,11 @@@ abstract class ORMTable implements IORM
                        $conditions === array() ? '*' : $this->getPrefixedValues( $conditions ),
                        $functionName
                ) !== false; // DatabaseBase::delete does not always return true for success as documented...
 +
 +              $this->releaseConnection( $dbw );
 +              return $result;
        }
-       
        /**
         * Get API parameters for the fields supported by this object.
         *
Simple merge
Simple merge