X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_rallyes.php;h=4ebd29f3bf7c27f0e429581353a0ca7c71131bb2;hb=96dfdd6b8e6a56d6594c3525e5fd2a066697a6de;hp=f495c7a778fa366f9f821872ac19f50335a43574;hpb=4cf9e7903e3d0528650b2c8871b9b9f68e473807;p=mailer.git diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index f495c7a778..4ebd29f3bf 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -306,7 +306,7 @@ ORDER BY // Did some users joined this rallye? if ($joined > 0) { // List joined users - $joined = "".$joined.""; + $joined = '' . $joined . ''; } // END - if // Alter some variables @@ -316,7 +316,7 @@ ORDER BY // Transfer data into array for the template $row = array( - 'select' => "", + 'select' => '', 'admin_id' => $data['admin_id'], 'admin_link' => generateAdminLink($data['admin_id']), 'login' => $data['login'], @@ -341,7 +341,7 @@ ORDER BY switch ($data['is_active']) { case 'Y': // Rallye is active so do not edit it! - $row['select'] = "
".$row['id']."
"; + $row['select'] = '
' . $row['id'] . '
'; $row['active_title'] = getMessage('RALLYE_DEACTIVATE_NOW'); $row['active'] = '0'; break;