From: MaxSem Date: Fri, 12 Oct 2012 18:36:46 +0000 (+0000) Subject: Merge "Remove a bunch of trailing spaces and unneeded newlines" X-Git-Tag: 1.31.0-rc.0~22048 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=68f25d6b8a2464de3a10bfe06fc31b33a5d976e7;p=lhc%2Fweb%2Fwiklou.git Merge "Remove a bunch of trailing spaces and unneeded newlines" --- 68f25d6b8a2464de3a10bfe06fc31b33a5d976e7 diff --cc includes/db/ORMTable.php index bcbf17f33c,39f16a0745..e3a3434005 --- a/includes/db/ORMTable.php +++ b/includes/db/ORMTable.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. *