Aleksander Machniak
2013-06-21 39a82a5d458fe86f735c14959c97b1c7aa2a5a7d
CS fixes
2 files modified
16 ■■■■ changed files
program/js/app.js 10 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_addressbook.php 6 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -2135,12 +2135,12 @@
  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
program/lib/Roundcube/rcube_addressbook.php
@@ -539,10 +539,10 @@
        // 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;
    }
    /**