]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/removeip_functions.php
Deleting of network type handler partialy finished
[mailer.git] / inc / libs / removeip_functions.php
index 0035a1339d311f08d733c9f3f92b8d313d4845cd..8238c70fcb4f5d23f6a5230d0d869ca4fe87eeae 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/01/2008 *
- * ===============                              Last change: 10/01/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 10/01/2008 *
+ * ===================                          Last change: 10/01/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : removeip_functions.php                           *
@@ -139,7 +139,7 @@ function addAnonymityLevel () {
        $constantName = sprintf("REMOVEIP_LEVEL_%s", strtoupper($suffix));
 
        // Default message
-       $message = sprintf(getMessage('REMOVEIP_UNKNOWN_LEVEL'), $suffix);
+       $message = getMaskedMessage('REMOVEIP_UNKNOWN_LEVEL', $suffix);
 
        // Is that constant there?
        if (isMessageIdValid($constantName)) {