]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mailhandler.php
Mass replacement of #-comments with //-comments
[quix0rs-gnu-social.git] / lib / mailhandler.php
index 459657ffe0d3f01bec851789e017bc532a63eebc..bbeb69a8f9080cd56c4d89486f2f13e2e05f6471 100644 (file)
@@ -21,8 +21,8 @@ require_once(INSTALLDIR . '/lib/mail.php');
 require_once(INSTALLDIR . '/lib/mediafile.php');
 require_once('Mail/mimeDecode.php');
 
-# FIXME: we use both Mail_mimeDecode and mailparse
-# Need to move everything to mailparse
+// FIXME: we use both Mail_mimeDecode and mailparse
+// Need to move everything to mailparse
 
 class MailHandler
 {