Changeset 922c2d9 in github
- Timestamp:
- Dec 25, 2008 3:33:21 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 3348176
- Parents:
- 230f944
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r230f944 r922c2d9 179 179 function set_options($opt) 180 180 { 181 $this->options = array_merge( (array)$opt, $this->options);181 $this->options = array_merge($this->options, (array)$opt); 182 182 } 183 183
Note: See TracChangeset
for help on using the changeset viewer.
