From: Stig Bakken Date: Wed, 6 Dec 2000 02:53:14 +0000 (+0000) Subject: * cleanup X-Git-Tag: php-4.0.5RC1~1000 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc9d7fc744b86b3f16d910cee70c74ede9e7aae1;p=php * cleanup --- diff --git a/pear/DB.php b/pear/DB.php index 509698e561..3e6700de37 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -535,7 +535,7 @@ class DB_result */ function free() { $err = $this->dbh->freeResult($this->result); - if( DB::isError($err)) { + if(DB::isError($err)) { return $err; } $this->result = false;