X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FCdb.php;h=81c0afe171f06d892fd2a34c6beb0501345b12c5;hb=8fe0cf970401f2796ca39165a2d0a311b551c47a;hp=a142c7cb2f49b30cb474ceb34c37c4d217ac532b;hpb=efed0f97b8a4b4e9acceb069fdebf8af08d5f467;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Cdb.php b/includes/Cdb.php index a142c7cb2f..81c0afe171 100644 --- a/includes/Cdb.php +++ b/includes/Cdb.php @@ -133,7 +133,7 @@ class CdbReader_DBA { } function close() { - if( isset( $this->handle ) ) { + if ( isset( $this->handle ) ) { dba_close( $this->handle ); } unset( $this->handle ); @@ -164,7 +164,7 @@ class CdbWriter_DBA { } function close() { - if( isset( $this->handle ) ) { + if ( isset( $this->handle ) ) { dba_close( $this->handle ); } if ( wfIsWindows() ) {