]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-rallyes.php
A lot more naming conventions applied
[mailer.git] / inc / modules / member / what-rallyes.php
index 14a9597bc34c068f9ba968a998a5edde83fee3fa..6a95c086fe8fff098ff41cc3176aa60bd8725283 100644 (file)
@@ -50,7 +50,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Add description as navigation point
 ADD_DESCR("member", basename(__FILE__));
 
 // Add description as navigation point
 ADD_DESCR("member", basename(__FILE__));
 
-OUTPUT_HTML ("<DIV align=\"center\">");
+OUTPUT_HTML("<DIV align=\"center\">");
 
 // Check for possible running rallyes
 $ADMIN = " AND d.is_active='Y'";
 
 // Check for possible running rallyes
 $ADMIN = " AND d.is_active='Y'";
@@ -147,6 +147,6 @@ if (SQL_NUMROWS($result) == 1)
        LOAD_TEMPLATE("guest_no_rallyes");
 }
 //
        LOAD_TEMPLATE("guest_no_rallyes");
 }
 //
-OUTPUT_HTML ("</DIV>");
+OUTPUT_HTML("</DIV>");
 //
 ?>
 //
 ?>