duplicate function. fix use first. compare functions later.
[squirrelmail.git] / plugins / spamcop / functions.php
index 2a78c7955e21e88471074bfee5c525380d97fbd2..1baea7f32e1f825c37850d15ccc50e48c1333497 100644 (file)
@@ -173,8 +173,9 @@ function spamcop_enable_disable($option,$disable_action,$enable_action) {
 /**
  * Stores message in attachment directory, when email based reports are used
  * @access private
+ * @todo Duplicate code in src/compose.php
  */
-function getMessage_RFC822_Attachment($message, $composeMessage, $passed_id,
+function spamcop_getMessage_RFC822_Attachment($message, $composeMessage, $passed_id,
                                       $passed_ent_id='', $imapConnection) {
     global $attachment_dir, $username;