]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Referal system refactured (and some parts fixed), wrapper function introduced:
[mailer.git] / doubler.php
index 306e8f01ab44cd8ab0877a1482eb9db9b513387f..a7f83cfeb2d256584fe926214ffca49c118a3765 100644 (file)
@@ -172,7 +172,9 @@ if (isFormSent()) {
 } // END - if (isFormSet())
 
 // Shall I check for points immediately?
-if (getConfig('doubler_send_mode') == 'DIRECT') loadInclude('inc/mails/doubler_mails.php');
+if (getConfig('doubler_send_mode') == 'DIRECT') {
+       loadInclude('inc/mails/doubler_mails.php');
+} // END - if
 
 // Output header
 loadIncludeOnce('inc/header.php');