thomascube
2005-12-14 749b07c78a29b03c63812c3ec3630b16db4baa8f
program/include/rcube_imap.inc
@@ -480,7 +480,7 @@
    // cache is OK
    if ($cache_status>0)
      {
      $a_index = get_message_cache_index($cache_key, FALSE, $this->sort_field);
      $a_index = $this->get_message_cache_index($cache_key, FALSE, $this->sort_field);
      return array_values($a_index);
      }