Changeset 4181 in subversion


Ignore:
Timestamp:
Nov 4, 2010 10:09:47 AM (3 years ago)
Author:
alec
Message:
  • Remove leftover code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/copy.inc

    r4172 r4181  
    2323if (!$OUTPUT->ajax_call) 
    2424  return; 
    25  
    26 // count messages before changing anything 
    27 $old_count = $IMAP->messagecount(NULL, $IMAP->threading ? 'THREADS' : 'ALL'); 
    28 $old_pages = ceil($old_count / $IMAP->page_size); 
    2925 
    3026// move messages 
Note: See TracChangeset for help on using the changeset viewer.