Changeset 3407 in subversion


Ignore:
Timestamp:
Mar 24, 2010 4:18:12 AM (3 years ago)
Author:
alec
Message:
  • removed unnecessary counting
File:
1 edited

Legend:

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

    • Property svn:keywords set to Author Id
    r3385 r3407  
    3030// move messages 
    3131if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) { 
    32     $count = sizeof(explode(',', ($uids = get_input_value('_uid', RCUBE_INPUT_POST)))); 
     32    $uids = get_input_value('_uid', RCUBE_INPUT_POST); 
    3333    $target = get_input_value('_target_mbox', RCUBE_INPUT_POST); 
    3434    $mbox = get_input_value('_mbox', RCUBE_INPUT_POST); 
     
    3838    if (!$copied) { 
    3939        // send error message 
    40         if ($_POST['_from'] != 'show') 
    41           $OUTPUT->command('list_mailbox'); 
     40            if ($_POST['_from'] != 'show') 
     41            $OUTPUT->command('list_mailbox'); 
    4242        $OUTPUT->show_message('errorcopying', 'error'); 
    4343        $OUTPUT->send(); 
Note: See TracChangeset for help on using the changeset viewer.