alecpl
2008-06-07 7e78b2ec373f4596f986bb75a0e6c33bd67a82b4
program/include/rcube_json_output.php
@@ -64,7 +64,8 @@
     */
    public function set_pagetitle($title)
    {
        // ignore
   $name = $this->config->get('product_name');
   $this->command('set_pagetitle', JQ(empty($name) ? $title : $name.' :: '.$title));
    }
    /**
@@ -232,7 +233,7 @@
                implode(',', $args)
            );
        }
        return $out;
    }
}