Quellcode durchsuchen

looks like a typo at line 632 giving me parse errors.

jmunro vor 23 Jahren
Ursprung
Commit
61d81edeb2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      functions/imap_messages.php

+ 1 - 1
functions/imap_messages.php

@@ -629,7 +629,7 @@ function sqimap_get_mime_ent_header ($imap_stream, $id, $mailbox, $ent) {
     return $header;
 }
 
-*/
+
 /* Queries the IMAP server and gets all header information. */
 function sqimap_get_header ($imap_stream, $read) {
     global $where, $what;