From: Devops Date: Sat, 1 Apr 2017 14:29:03 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=d22e9ade1418309c70dc196549a58e80c4da9946;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 8ec9a8ac..89a2bff9 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -247,7 +247,7 @@ class DbQ extends nb { $values = $add ? array_fill(0,count($keys),'') : explode($this->param_args_sep,$this->params['args']); - $this->table->html_edit(array_combine($keys,$values),$this->table->base.'/'.($add ? 'insert' : 'update').'/'.$this->params['args'].'/',$add); + $this->table->html_edit(array_combine($keys,$values),$this->table->base.'/'.($add ? 'insert' : 'update'.'/'.$this->params['args']).'/',$add); } public function table_rw() {