X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-rallyes.php;h=11489d0b7e33f896ad782f25b18ca81a042e3b9f;hb=d1637dad0b2ca0e5fb411ee0843f01bfb4cc94e0;hp=fffb7ab63846a31d2e8485069fbd1e895148bd70;hpb=1e2a4228e071a67a2d79e970a843e3e30476cfb8;p=mailer.git diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index fffb7ab638..11489d0b7e 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -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(''); -// +// [EOF] ?>