alecpl
2009-12-03 3815e050e0e0ddafb919741426f3c36ebdadb9a8
program/include/rcube_json_output.php
@@ -68,7 +68,7 @@
    public function set_pagetitle($title)
    {
        $name = $this->config->get('product_name');
        $this->command('set_pagetitle', JQ(empty($name) ? $title : $name.' :: '.$title));
        $this->command('set_pagetitle', empty($name) ? $title : $name.' :: '.$title);
    }
    /**