]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_order.php
Fix for rewritting code #2
[mailer.git] / inc / modules / admin / what-config_order.php
index 9f6049d9008704f4fa787d1d31ea11a281fb20ee..ca821658bc2b3e24df1c38697fcb9a6ebfa423da 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/22/2004 *
- * ================                             Last change: 09/22/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/22/2004 *
+ * ===================                          Last change: 09/22/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_order.php                            *
@@ -64,7 +64,7 @@ if (isFormSent()) {
        } // END - foreach
 
        // Selection list
-       $content['order_select'] = addOrderSelectionOptions(getConfig('order_select'));
+       $content['order_selection'] = addOrderSelectionOptions(getConfig('order_select'));
 
        // Load template
        loadTemplate('admin_config_order', false, $content);