]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_transfer.php
Naming convention: 'cnt' is shortcutting 'count'
[mailer.git] / inc / modules / admin / what-list_transfer.php
index a3773aa3ebc684ebdc47627dccc1b1da256e1ada..8da60d30ce57e0cf1d054a48a7a8968613a4510b 100644 (file)
@@ -80,7 +80,7 @@ if (!SQL_HASZERONUMS($result)) {
 $content['rows'] = $OUT;
 
 // Remeber total amount
-$content['total'] = $total;
+$content['total_points'] = $total;
 
 // Set title
 $content['title'] = '{--TRANSFER_LIST_ALL--}';