X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_gmnu.php;h=d2d4a027c8b44c1d1b46269903f7c1c8eebe7331;hb=6d8886333b637f5bace7d9a6e4e04cf28d3fbf2e;hp=ba12064c5ad7228f9f8aad027917eb4502f3ba60;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e;p=mailer.git diff --git a/inc/modules/admin/what-repair_gmnu.php b/inc/modules/admin/what-repair_gmnu.php index ba12064c5a..d2d4a027c8 100644 --- a/inc/modules/admin/what-repair_gmnu.php +++ b/inc/modules/admin/what-repair_gmnu.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 * @@ -81,7 +82,7 @@ foreach ($ACTIONS as $action) { // Repair finished if ($REP > 0) { - $message = sprintf(getMessage('ADMIN_REPAIR_ENTRIES_FIXED'), $REP); + $message = getMaskedMessage('ADMIN_REPAIR_ENTRIES_FIXED', $REP); } else { $message = getMessage('ADMIN_REPAIR_NOTHING_FIXED'); }