program/lib/Roundcube/rcube_result_thread.php
@@ -89,7 +89,7 @@ */ public function is_error() { return $this->raw_data === null ? true : false; return $this->raw_data === null; } /** @@ -99,7 +99,7 @@ */ public function is_empty() { return empty($this->raw_data) ? true : false; return empty($this->raw_data); } /** @@ -413,7 +413,7 @@ */ public function get_parameters($param=null) { $params = $this->params; $params = array(); $params['MAILBOX'] = $this->mailbox; $params['ORDER'] = $this->order;