1
0
mirror of https://github.com/Mowie/Database-Class.git synced 2024-06-01 16:46:42 +00:00

Bugfix: clear();

This commit is contained in:
kolaente 2017-01-29 21:55:24 +01:00
parent 2351c688a7
commit a48debb2cb

View File

@ -296,7 +296,8 @@ class db
public function clear()
{
$this->col = null;
$this->data = '';
//$this->data = '';
$this->data = [];
}
//Query