removing trailing ?> from function scripts
[squirrelmail.git] / functions / imap_messages.php
index f16b5d2b7ffcb3331b6f00ffc9ba4dbbac802285..b2f8eab5bb73ab8a945db7c51cd9310239a325a5 100755 (executable)
@@ -944,5 +944,3 @@ function sqimap_get_message($imap_stream, $id, $mailbox) {
     $msg->rfc822_header = $rfc822_header;
     return $msg;
 }
-
-?>