]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/order_functions.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / libs / order_functions.php
index 2ae8f367d39990882b4aee11ed5254a384078879..f0cc8b351f27ceffb148990a1d163b45df7a7b86 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/05/2005 *
- * ===============                              Last change: 04/05/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 04/05/2005 *
+ * ===================                          Last change: 04/05/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : order_functions.php                               *
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -49,7 +50,7 @@ function addOrderSelectionOptions ($default) {
        foreach ($LIST as $item) {
                $selected = '';
                if ($item == $default) $selected = ' selected="selected"';
-               $OUT .= '<option value="' . $item . '"' . $selected . '>{--ORDER_SELECT_COLUMN_' . strtoupper($item) . '--}</option>';
+               $OUT .= '<option value="' . $item . '"' . $selected . '>{--ADMIN_ORDER_SELECT_COLUMN_' . strtoupper($item) . '--}</option>';
        } // END - foreach
 
        // Return the output