From: Nicolas Boisselier Date: Sun, 4 Feb 2018 05:12:43 +0000 (+0000) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=cbb99429ee5fcbe7094e15684a6686a8119cc10e;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index b0c8d261..31789597 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -532,7 +532,7 @@ class DbQ extends nb { if (empty($delete)) { $delete = ($this->db->type == 'sqlite' and !is_writeable($this->db->host)); } - if (!delete) return; + if (!$delete) return; # NB 03.02.18 if ($this->db->type == 'sqlite' and !is_writeable($this->db->host)) return; $rm = $this->uri_add_referer($this->table->base.'/rm');