From c5dcd563e8f3ff616bbc3bd5be890b8595c1ed8a Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 1 Sep 2009 15:13:45 +0000 Subject: - remove redundant JQ() use git-svn-id: https://svn.roundcube.net/trunk@2905 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_json_output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_json_output.php b/roundcubemail/program/include/rcube_json_output.php index 7bfca0a6d..ea23dc20b 100644 --- a/roundcubemail/program/include/rcube_json_output.php +++ b/roundcubemail/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