From e0480e9df88af3d2da99016ddd11b04281b8b568 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 1 Sep 2009 15:13:45 +0000 Subject: - remove redundant JQ() use --- program/include/rcube_json_output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index 7bfca0a6d..ea23dc20b 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -68,7 +68,7 @@ class rcube_json_output 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); } /** -- cgit v1.2.3