From: Nicolas Boisselier Date: Wed, 2 Mar 2016 11:29:12 +0000 (+0000) Subject: tables X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=47368eaa46a968f9a76e333cb93f02ba59005669;p=nb.git tables --- diff --git a/lib/php/db.php b/lib/php/db.php index 8e5f3dfd..0466886b 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -225,6 +225,7 @@ class db extends nb { } else { if ($this->pdo) $this->bye('db.tables(): Unknow db type: '.$this->type); + $this->_tables = array(); return array(); }