]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
The yearly copyright-update commit. 2009, 2010 are now copyrighted on the developer...
[mailer.git] / inc / modules / admin / what-repair_cats.php
index 7d49cc22cf4904602a8e513b785e91264dd11ee3..e39ba3fec18927df1b602d1ddb4d8b3ec7fce881 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 04/24/2004 *
- * ================                             Last change: 04/24/2004 *
+ * ===================                          Last change: 04/24/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-repair_cats.php                             *
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -66,14 +67,14 @@ if (SQL_NUMROWS($result) > 0) {
 
        if ($REMOVED > 0) {
                // Entries repaired
-               $content = sprintf(getMessage('ADMIN_REPAIR_ENTRIES_FIXED'), $REMOVED);
+               $content = getMaskedMessage('ADMIN_REPAIR_ENTRIES_FIXED', $REMOVED);
        } else {
                // Nothing repaired
-               $content = "<div class=\"admin_failed\">{--ADMIN_REPAIR_NOTHING_FIXED--}</div>";
+               $content = '<div class="admin_failed">{--ADMIN_REPAIR_NOTHING_FIXED--}</div>';
        }
 } else {
        // No category selections found, no members registered?
-       $content = "<div class=\'admin_failed\">{--ADMIN_REPAIR_CATS_NOTHING--}</div>";
+       $content = '<div class="admin_failed">{--ADMIN_REPAIR_CATS_NOTHING--}</div>';
 }
 
 // Load template