]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
Extension ext-engine is dead and will never come back
[mailer.git] / inc / libs / rallye_functions.php
index 4fbc604ad9172a2b642901f00183e75c12ef4b37..99c029890f7c38938072886f53007913bd52c03a 100644 (file)
@@ -444,9 +444,6 @@ function markReferalRallyesAsExpired ($result) {
        // Free result
        SQL_FREERESULT($result);
 
-       // Load users array (!) with assigned prices
-       $prices = getArrayFromReferalRallyeUsers($id);
-
        // Init array
        $DATA = array();
        $count = '0';
@@ -456,6 +453,9 @@ function markReferalRallyesAsExpired ($result) {
        $DATA['end']    = generateDateTime($end  , 1);
        $DATA['now_t']  = generateDateTime(time(), 1);
 
+       // Load users array (!) with assigned prices
+       $prices = getArrayFromReferalRallyeUsers($id);
+
        // Just count...
        $total = '0';
        foreach ($prices['userid'] as $key => $userid) {
@@ -577,8 +577,8 @@ LIMIT %s",
                ), __FUNCTION__, __LINE__);
        while ($content = SQL_FETCHARRAY($result)) {
                // Construct the message masked and add it
-               $ret .= sprintf("%s %s %s (%s) - %s\n",
-                       translateGender($content['gender']),
+               $ret .= sprintf("{%%pipe,translateGender=%s%} %s %s (%s) - %s\n",
+                       $content['gender'],
                        $content['surname'],
                        $content['family'],
                        $content['email'],