mirror of
https://github.com/Mowie/Database-Class.git
synced 2024-10-05 03:08:25 +00:00
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…
Reference in New Issue
Block a user