Our convention says if(-else) blocks should not be put in one line
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index d60526728a1f876057018d2a4456245f9f56e319..c4344ab7fe1cf49bfc8fdf45379bb847021822b6 100644 (file)
@@ -251,7 +251,10 @@ ORDER BY
                        $br = '';
 
                        // Output row
-                       if (($row['curr_points'] > 0) && ($cnt > 0)) { $bl = '<strong>'; $br = '</strong>'; }
+                       if (($row['curr_points'] > 0) && ($cnt > 0)) {
+                               $bl = '<strong>';
+                               $br = '</strong>';
+                       } // END - if
 
                        // Get user points
                        $points = countSumTotalData($row['userid'], 'user_points', 'points', 'userid', false, " AND `ref_depth`=1 LIMIT 1");