Changeset 3407 in subversion
- Timestamp:
- Mar 24, 2010 4:18:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/copy.inc
- Property svn:keywords set to Author Id
r3385 r3407 30 30 // move messages 31 31 if (!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); 33 33 $target = get_input_value('_target_mbox', RCUBE_INPUT_POST); 34 34 $mbox = get_input_value('_mbox', RCUBE_INPUT_POST); … … 38 38 if (!$copied) { 39 39 // send error message 40 if ($_POST['_from'] != 'show')41 $OUTPUT->command('list_mailbox');40 if ($_POST['_from'] != 'show') 41 $OUTPUT->command('list_mailbox'); 42 42 $OUTPUT->show_message('errorcopying', 'error'); 43 43 $OUTPUT->send();
Note: See TracChangeset
for help on using the changeset viewer.
