]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_transfer.php
Renamed function so it might be more understandable
[mailer.git] / inc / modules / admin / what-del_transfer.php
index 7869127894b61462c42cb04d5395b3c2c9b7615c..b4a0392fae71a275a606a2a3ed4aacbd08662be0 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isFormSent('delete')) {
        // Delete entries from tables
@@ -100,7 +100,7 @@ if (!SQL_HASZERONUMS($result)) {
 $content['rows'] = $OUT;
 
 // Remeber total amount
-$content['total'] = translateComma($total);
+$content['total'] = $total;
 
 // Set title
 $content['title'] = '{--TRANSFER_LIST_ALL--}';