Changeset a4f7780 in github
- Timestamp:
- Mar 5, 2010 7:57:58 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8ee7767
- Parents:
- e576f25
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
rf1ce516 ra4f7780 516 516 $index = $this->_search_index($mailbox, $search_str); 517 517 $count = is_array($index) ? count($index) : 0; 518 519 if ($mode == 'ALL') 520 $_SESSION['maxuid'][$mailbox] = $index ? $this->_id2uid(max($index)) : 0; 518 521 } 519 522 else {
Note: See TracChangeset
for help on using the changeset viewer.
