]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-send_bonus.php
Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / modules / admin / what-send_bonus.php
index 785acaa6ca7e7d274f938187b9f5823e78169e32..affb36f43e98fa4c17759a9f8e4d062c00a78614 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/28/2003 *
- * ===============                              Last change: 08/05/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/28/2003 *
+ * ===================                          Last change: 08/05/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-send_bonus.php                              *
@@ -50,7 +50,7 @@ if (!isExtensionActive('order')) {
 } // END - if
 
 // Set empty mode to "select"
-if (!isGetRequestElementSet('mode')) setRequestGetElement('mode', "select");
+if (!isGetRequestElementSet('mode')) setGetRequestElement('mode', "select");
 
 if (isFormSent()) {
        // Deliver bonus mail
@@ -84,7 +84,7 @@ if (isFormSent()) {
        } // END - if
 
        // Load template
-       loadTemplate($template);
+       loadTemplate($template, false, $content);
 }
 
 // [EOF]