X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Frallye_functions.php;h=5f32d7974f96c29b3e7a6dba01c823bb584047cc;hp=c1e37c5812e87b306a53df13640720eabea71802;hb=66b91ce490ab549425619c95fc12086e126d541b;hpb=9e604ce404fe7d2d8dafc259a5fb8cd826aec5e6 diff --git a/inc/libs/rallye_functions.php b/inc/libs/rallye_functions.php index c1e37c5812..5f32d7974f 100644 --- a/inc/libs/rallye_functions.php +++ b/inc/libs/rallye_functions.php @@ -148,7 +148,7 @@ function RALLYE_ADD_PRICES ($rallye, $mode='email') { if (!empty($content['info'])) { $prices .= $content['info']; } else { - $prices .= $content['points']." {!POINTS!}"; + $prices .= $content['points']." {?POINTS?}"; } $prices .= "".$mode; } // END - if @@ -406,7 +406,7 @@ LIMIT 1", $DATA['infos'] = $DATA['info']; } else { // Take points - $DATA['infos'] = $DATA['points'] . ' {!POINTS!}'; + $DATA['infos'] = $DATA['points'] . ' {?POINTS?}'; } // Add suffix to template name @@ -587,7 +587,7 @@ function RALLYE_LIST_WINNERS ($rallye, $default=0) { $DATA['infos'][$idx] = $DATA['info'][$idx]; } else { // Take ppints - $DATA['infos'][$idx] = $DATA['points'][$idx] . ' {!POINTS!}'; + $DATA['infos'][$idx] = $DATA['points'][$idx] . ' {?POINTS?}'; } // Add row