From: jangliss Date: Sun, 4 Jan 2009 00:05:29 +0000 (+0000) Subject: Removing unneeded call to the squisher, as the IDs are passed straight onto the sub... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d3defffebb0040a4be445abef6edf7b54fa33615;p=squirrelmail.git Removing unneeded call to the squisher, as the IDs are passed straight onto the sub functions. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13389 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 74a24485..af49b576 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -47,7 +47,6 @@ function sqimap_msgs_list_move($imap_stream, $id, $mailbox, $handle_errors = tru if ($source_mailbox!==false && $source_mailbox==$mailbox) { return false; } - $msgs_id = sqimap_message_list_squisher($id); if (sqimap_msgs_list_copy ($imap_stream, $id, $mailbox, $handle_errors)) { return sqimap_toggle_flag($imap_stream, $id, '\\Deleted', true, true); } else {