alecpl
2008-12-25 922c2d923ab08e45846321d2ed69facc7db5af9c
- fix imap::set_options()


1 files modified
2 ■■■ changed files
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -178,7 +178,7 @@
   */
  function set_options($opt)
  {
    $this->options = array_merge((array)$opt, $this->options);
    $this->options = array_merge($this->options, (array)$opt);
  }
  /**