Changeset 6ce04b1 in github
- Timestamp:
- Mar 12, 2007 5:26:03 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e6c7c3c
- Parents:
- 02479770
- File:
-
- 1 edited
-
program/include/rcube_imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.inc
rbb85623 r6ce04b1 1435 1435 foreach ($a_uids as $uid) 1436 1436 { 1437 $index = array_search($uid, $a_cache_index);1438 $start_index = min($index, $start_index);1437 if (($index = array_search($uid, $a_cache_index)) !== FALSE) 1438 $start_index = min($index, $start_index); 1439 1439 } 1440 1440
Note: See TracChangeset
for help on using the changeset viewer.
