fixed closing the sqlite result - caused problems

This commit is contained in:
Ulf Gebhardt 2015-10-07 14:05:47 +02:00
parent 5b15d61e0a
commit 4034c58daa

View File

@ -17,8 +17,8 @@ class ResultSQLite extends \SYSTEM\DB\Result{
$this->close();} $this->close();}
public function close(){ public function close(){
if($this->stmt){ /*if($this->stmt){
$this->stmt->close();} $this->stmt->close();}*/
} }
public function count(){ public function count(){