From 39a82a5d458fe86f735c14959c97b1c7aa2a5a7d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 21 Jun 2013 15:08:47 +0200 Subject: CS fixes --- program/js/app.js | 10 +++++----- program/lib/Roundcube/rcube_addressbook.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 41be99c0f..e654a1481 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2135,12 +2135,12 @@ function rcube_webmail() this.clear_message_list = function() { - this.env.messages = {}; - this.last_selected = 0; + this.env.messages = {}; + this.last_selected = 0; - this.show_contentframe(false); - if (this.message_list) - this.message_list.clear(true); + this.show_contentframe(false); + if (this.message_list) + this.message_list.clear(true); }; // send remote request to load message list diff --git a/program/lib/Roundcube/rcube_addressbook.php b/program/lib/Roundcube/rcube_addressbook.php index d23ad3687..4ed139c45 100644 --- a/program/lib/Roundcube/rcube_addressbook.php +++ b/program/lib/Roundcube/rcube_addressbook.php @@ -539,10 +539,10 @@ abstract class rcube_addressbook // add email to a key to not skip contacts with the same name (#1488375) if (!empty($contact['email'])) { - $key .= ':' . implode(':', (array)$contact['email']); - } + $key .= ':' . implode(':', (array)$contact['email']); + } - return $key; + return $key; } /** -- cgit v1.2.3