From f340526c8f7dca578a82b873210da8c8372858af Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 28 Dec 2015 17:21:17 +0100 Subject: [PATCH] declare variables --- lib/php/db.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/php/db.php b/lib/php/db.php index 993e0d1f..e0cb2859 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -42,6 +42,7 @@ class db extends nb { # Web public $dbs; // others databases keys public $table; + public $default_table; public $help_criterias = array( ' * or % for wildcar', ' ! to negate', -- 2.47.3