Browse Source

Time to stop coding for tonight. Making this kind of terrible bugs is bad.
Thnx Seth Randall for noticing it.

stekkel 23 năm trước cách đây
mục cha
commit
14bdc3e8f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/spamcop/spamcop.php

+ 1 - 1
plugins/spamcop/spamcop.php

@@ -12,7 +12,7 @@ require_once(SM_PATH . 'functions/imap.php');
        $imapPort, 0);
     sqimap_mailbox_select($imap_stream, $mailbox);
     $sid = sqimap_session_id($uid_support)
-    fputs($imap_stream, '$sid FETCH ' . $passed_id . ' RFC822' . "\r\n");
+    fputs($imap_stream, $sid.' FETCH ' . $passed_id . ' RFC822' . "\r\n");
     
     $read = sqimap_read_data($imap_stream, $sid, true, $response, $message);
     array_shift($read);