]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-rallyes.php
script does now also regonize the difference between payout in withdraw in wernis...
[mailer.git] / inc / modules / guest / what-rallyes.php
index aa1842c7fc45733bd8aa1f57cc7ccd3d90a3d8af..e9d62de68299d88e5d4e4770aeeea8cfe11e0f20 100644 (file)
@@ -46,7 +46,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("guest", basename(__FILE__));
 
-OUTPUT_HTML ("<DIV align=\"center\">");
+OUTPUT_HTML("<DIV align=\"center\">");
 
 // Check for possible running rallyes
 $ADMIN = " AND d.is_active='Y'";
@@ -143,6 +143,6 @@ if (SQL_NUMROWS($result) == 1)
        LOAD_TEMPLATE("guest_no_rallyes");
 }
 //
-OUTPUT_HTML ("</DIV>");
+OUTPUT_HTML("</DIV>");
 //
 ?>