Explorar el Código

Removing unneeded call to the squisher, as the IDs are passed straight onto the sub functions.

jangliss hace 16 años
padre
commit
6eac2ea935
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      functions/imap_messages.php

+ 0 - 1
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) {
     if ($source_mailbox!==false && $source_mailbox==$mailbox) {
         return false;
         return false;
     }
     }
-    $msgs_id = sqimap_message_list_squisher($id);
     if (sqimap_msgs_list_copy ($imap_stream, $id, $mailbox, $handle_errors)) {
     if (sqimap_msgs_list_copy ($imap_stream, $id, $mailbox, $handle_errors)) {
         return sqimap_toggle_flag($imap_stream, $id, '\\Deleted', true, true);
         return sqimap_toggle_flag($imap_stream, $id, '\\Deleted', true, true);
     } else {
     } else {