X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=121265189de1fe2b8cf528f236eb8debe6c09873;hb=3767eef30a9e514e95625e6da22418ab297b204d;hp=a05f2f345a20affb81d6ce6cf9d3bab38391f4ec;hpb=d0ab0382dd73638f0bc13a1a3d6f117ec11a203e;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index a05f2f345a..121265189d 100644 --- a/inc/libs/order_functions.php +++ b/inc/libs/order_functions.php @@ -1,7 +1,7 @@ {--ORDER_SELECT_COLUMN_".strtoupper($item)."--}\n"; - } + $LIST = array('userid', 'zip', 'country', 'email', 'birth_year', 'last_online', 'ref_clicks', 'total_logins', 'mail_orders'); + $OUT = ''; + foreach ($LIST as $item) { + $selected = ''; + if ($item == $default) $selected = ' selected="selected"'; + $OUT .= ''; + } // END - foreach + + // Return the output return $OUT; } -// +// [EOF] ?>