X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-rallyes.php;h=26417389b94f979e1fd73c131f5dd7011a9bb0af;hb=4f2414a0134da82027fce8a6c98696a207c8c8cc;hp=c2788fbc05386b6609277b1860f280ef2d0a5271;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index c2788fbc05..26417389b9 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -50,7 +50,7 @@ if ((!isExtensionActive('rallye')) && (!isAdmin())) { } // END - if // Open div tag -outputHtml("
"); +outputHtml('
'); // Check for possible running rallyes $ADMIN = " AND d.is_active='Y'"; @@ -102,8 +102,8 @@ if (SQL_NUMROWS($result) == 1) { } // Set start and end time - $content['start'] = generateDateTime($start, '1'); - $content['end'] = generateDateTime($end , '1'); + $content['start'] = generateDateTime($start, 1); + $content['end'] = generateDateTime($end , 1); // Determine min_users $content['min_users'] = determineReferalRallyeMinimumUsers($min_users);