]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/doubler_functions.php
Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
[mailer.git] / inc / libs / doubler_functions.php
index 13690c1b0391921307f129612045c9bf85d6321d..71b43ae3db8eccad1009d88a560df70e6279e856 100644 (file)
@@ -127,8 +127,8 @@ LIMIT %s",
        return loadTemplate($mode . '_doubler_list', true, $OUT);
 }
 
-//
-function DOUBLER_GET_TOTAL_POINTS_LEFT() {
+// Get total points left in doubler pot
+function getDoublerTotalPointsLeft() {
        // Initialize variables
        $points = '0';
 
@@ -153,5 +153,6 @@ function DOUBLER_GET_TOTAL_POINTS_LEFT() {
        // Return value
        return $points;
 }
-//
+
+// [EOF]
 ?>