forked from Mowie/Database-Class
Bugfix: clear();
This commit is contained in:
parent
2351c688a7
commit
a48debb2cb
@ -296,7 +296,8 @@ class db
|
||||
public function clear()
|
||||
{
|
||||
$this->col = null;
|
||||
$this->data = '';
|
||||
//$this->data = '';
|
||||
$this->data = [];
|
||||
}
|
||||
|
||||
//Query
|
||||
|
Loading…
x
Reference in New Issue
Block a user