X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_rallyes.php;h=4ebd29f3bf7c27f0e429581353a0ca7c71131bb2;hb=96dfdd6b8e6a56d6594c3525e5fd2a066697a6de;hp=56acd7ac78767b7ef79722713ae4aba770ca6a0b;hpb=4ce2f6930eb6d77f7142b2125e1f0bfc4f3c16b2;p=mailer.git diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index 56acd7ac78..4ebd29f3bf 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -1,7 +1,7 @@ 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;