From: Platonides Date: Sat, 17 Apr 2010 21:16:06 +0000 (+0000) Subject: Stylize. X-Git-Tag: 1.31.0-rc.0~37074 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=2eea87df8a11cfe4bf762ebb6b320a737acca561;p=lhc%2Fweb%2Fwiklou.git Stylize. --- diff --git a/includes/Block.php b/includes/Block.php index f3e8d9ab5a..db5a52161f 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -377,9 +377,9 @@ class Block { * * @return Boolean: whether or not the insertion was successful. */ - public function insert($dbw = null) { + public function insert( $dbw = null ) { wfDebug( "Block::insert; timestamp {$this->mTimestamp}\n" ); - if ( $dbw === null) + if ( $dbw === null ) $dbw = wfGetDB( DB_MASTER ); $this->validateBlockParams();