]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-rallyes.php
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / inc / modules / guest / what-rallyes.php
index fffb7ab63846a31d2e8485069fbd1e895148bd70..11489d0b7e33f896ad782f25b18ca81a042e3b9f 100644 (file)
@@ -93,7 +93,7 @@ if (SQL_NUMROWS($result) == 1) {
        // Handle description...
        if ((empty($descr)) && (!empty($templ))) {
                // Use description from template
-               define('__RALLYE_DESCR', LOAD_TEMPLATE("rallye_".$templ, true));
+               define('__RALLYE_DESCR', LOAD_TEMPLATE('rallye_' . $templ, true));
        } else {
                // Use description from database
                define('__RALLYE_DESCR', COMPILE_CODE($descr));
@@ -129,5 +129,5 @@ if (SQL_NUMROWS($result) == 1) {
 // Close the div tag
 OUTPUT_HTML('</div>');
 
-//
+// [EOF]
 ?>