alecpl
2009-09-01 e0480e9df88af3d2da99016ddd11b04281b8b568
- remove redundant JQ() use


1 files modified
2 ■■■ changed files
program/include/rcube_json_output.php 2 ●●● patch | view | raw | blame | history
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);
    }
    /**