From: Devops Date: Mon, 22 May 2017 15:10:45 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=8bebc662fc5536f959d749000d1972875c619668;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 0d0466d7..2ac17140 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -167,7 +167,8 @@ class DbQ extends nb { ]; $this->page->js_code = 'window._dbq = '.json_encode($this->json); - if (is_scalar($obj) and $obj != 'logout') { +# NB 22.05.17 if (is_scalar($obj) and $obj != 'logout') { + if ($obj != 'logout') { list($title,$nav) = $this->title_nav(); $this->page->title = join($this->sep_title,$title); $this->page->nav = $nav;