alecpl
2010-03-24 1c9bd8c72e7675ee886a447b6b204a436a027218
- removed unnecessary counting


1 files modified
2 ■■■ changed files
program/steps/mail/copy.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/copy.inc
@@ -29,7 +29,7 @@
// move messages
if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) {
    $count = sizeof(explode(',', ($uids = get_input_value('_uid', RCUBE_INPUT_POST))));
    $uids = get_input_value('_uid', RCUBE_INPUT_POST);
    $target = get_input_value('_target_mbox', RCUBE_INPUT_POST);
    $mbox = get_input_value('_mbox', RCUBE_INPUT_POST);