]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
Generic index.php is now masking backtrace data
[mailer.git] / inc / libs / rallye_functions.php
index 84f371605d47b34125f8c82a26a401a991681401..49e5a580eea77a04c6e3ac3fcdb51def2692f3dc 100644 (file)
@@ -140,7 +140,7 @@ VALUES (%s, %s, %s, %s)",
        if ($notify == 'Y') $templ = 'admin_rallye_notify';
 
        // Send email to admin
-       sendAdminNotification(getMaskedMessage('RALLYE_ADMIN_NOTIFY', $title), $templ, $prices, 0);
+       sendAdminNotification(getMaskedMessage('RALLYE_ADMIN_NOTIFY', $title), $templ, $prices);
 
        // Free memory
        SQL_FREERESULT($result_user);
@@ -285,16 +285,16 @@ LIMIT 1",
                if (empty($DATA['ref'][$idx])) $DATA['ref'][$idx] = '---';
                // Add row
                $OUT .= "<tr>
-  <td class=\"switch_sw".$SW." bottom\">&nbsp;&nbsp;".($idx+1).".</td>
+  <td class=\"switch_sw".$SW." bottom\">".($idx+1).".</td>
   <td align=\"center\" class=\"switch_sw".$SW." bottom\">";
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '<strong>';
                $OUT .= $DATA['userid'][$idx];
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '</strong>';
                $OUT .= "</td>
   <td align=\"center\" class=\"switch_sw".$SW." bottom\">";
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '<strong>';
                $OUT .= $DATA['ref'][$idx];
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '</strong>';
                $OUT .= "</td>
 </tr>\n";
                $SW = 3 - $SW;
@@ -510,7 +510,7 @@ LIMIT 1",
        }
 
        // Send mail to admin
-       sendAdminNotification(getMaskedMessage('RALLYE_ADMIN_EXPIRED_SUBJ', $title), $templ, $cnt, 0);
+       sendAdminNotification(getMaskedMessage('RALLYE_ADMIN_EXPIRED_SUBJ', $title), $templ, $cnt);
 
        // Add task
        createNewTask('{--RALLYE_ADMIN_EXPIRED--}: ' . $title, '{--RALLYE_ADMIN_EXPIRED_TEXT--}', 'RALLYE_EXPIRED');
@@ -685,21 +685,21 @@ function addReferalRallyeWinners ($rallye, $default=0) {
                // Add row
                $add = '';
                $OUT .= "<tr>
-  <td class=\"switch_sw".$SW." bottom".$add."\">&nbsp;&nbsp;".($idx+1).".</td>
+  <td class=\"switch_sw".$SW." bottom".$add."\">".($idx+1).".</td>
   <td align=\"center\" class=\"switch_sw".$SW." bottom".$add."\">";
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '<strong>';
                $OUT .= $DATA['userid'][$idx];
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '</strong>';
                $OUT .= "</td>
   <td align=\"center\" class=\"switch_sw".$SW." bottom".$add."\">";
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '<strong>';
                $OUT .= $DATA['ref'][$idx];
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '</strong>';
                $OUT .= "</td>
   <td align=\"center\" class=\"switch_sw".$SW." bottom".$add."\">";
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '<strong>';
                $OUT .= $DATA['infos'][$idx];
-               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
+               if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= '</strong>';
                $OUT .= "</td>
 </tr>\n";
                $SW = 3 - $SW;
@@ -733,7 +733,7 @@ WHERE end_time <= (UNIX_TIMESTAMP() - {?ONE_DAY?} - %s) AND expired='Y'",
                        $content['now_time']    = generateDateTime(time(), 1);
 
                        // Send mail to admin
-                       sendAdminNotification(getMaskedMessage('RALLYE_ADMIN_PURGED_SUBJ', $content['title']), 'admin_rallye_purged', $content, 0);
+                       sendAdminNotification(getMaskedMessage('RALLYE_ADMIN_PURGED_SUBJ', $content['title']), 'admin_rallye_purged', $content);
 
                        // Purge whole rallye
                        addSql(SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_rallye_data` WHERE `id`=%s LIMIT 1",