diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-16 11:43:11 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-16 11:43:11 +0100 |
commit | 25a244908b21b097f744c7194e4862ca6ebda391 (patch) | |
tree | a0ffb74672a81c2274bfea66ccd609ddbb0f44a5 | |
parent | b6100d9ed21f355b6b492d30aa3426a87be96298 (diff) |
Remove merge conflict
-rw-r--r-- | program/steps/mail/move_del.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index 9a8b4a3ac..26c724597 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -32,11 +32,7 @@ $trash = $RCMAIL->config->get('trash_mbox'); // move messages if ($RCMAIL->action == 'move' && !empty($_POST['_uid']) && strlen($_POST['_target_mbox'])) { -<<<<<<< HEAD $target = rcube_utils::get_input_value('_target_mbox', rcube_utils::INPUT_POST, true); -======= - $target = get_input_value('_target_mbox', RCUBE_INPUT_POST, true); ->>>>>>> 010a350715f1a36eab666fe26d3118ed025133c1 $trash = $RCMAIL->config->get('trash_mbox'); foreach (rcmail_get_uids() as $mbox => $uids) { |