Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / modules / guest / what-sponsor_infos.php
index a60c582d2bd018d6819f582f7583e94fb8c12428..420778fbb93a8e4d8997601ea08949a559eecb7e 100644 (file)
@@ -87,7 +87,7 @@ if (SQL_NUMROWS($result_act) > 0) {
                $OUT_PAY = ''; $SW = 2;
                while ($content = SQL_FETCHARRAY($result_pay)) {
                        // Prepare data for the row template
-                       $content['sw'] => $SW;
+                       $content['sw'] = $SW;
 
                        // Load row template and switch color
                        $OUT_PAY .= loadTemplate('guest_sponsor_pay_row', true, $content);