]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/removeip_functions.php
Removed 2nd parameter for assert() as this is only available in PHP 5.4.8+ but Mailer...
[mailer.git] / inc / libs / removeip_functions.php
index 509828e926bef2db528269c76ba61d0d2aa558fc..75aaeb50be4cd8f2ef6ae3b56e531724ab56b03d 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -138,7 +138,7 @@ function addAnonymityLevel () {
        $message = sprintf("{--REMOVEIP_LEVEL_%s--}", strtoupper($suffix));
 
        // Output message in template
-       return loadTemplate('removeip_level', true, $message);
+       return loadTemplate('removeip_level', TRUE, $message);
 }
 
 // [EOF]