Changeset 503 in subversion for trunk/roundcubemail/program/include/rcube_imap.inc
- Timestamp:
- Mar 12, 2007 5:26:03 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.inc
r451 r503 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.
