X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=d8d48737e327dad1fe0cb8d983edfc3b72abbf34;hb=0b26d5d64d95a8001bc8ba27a2d27ca4888d5d80;hp=50cde4274d895000a27798b39e035039b744c8c4;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index 50cde4274d..d8d48737e3 100644 --- a/inc/libs/order_functions.php +++ b/inc/libs/order_functions.php @@ -1,7 +1,7 @@ {--ORDER_SELECT_COLUMN_".strtoupper($item)."--}\n"; - } + $selected = ''; + if ($item == $default) $selected = ' selected="selected"'; + $OUT .= ''; + } // END - foreach // Return the output return $OUT; } -// +// [EOF] ?>