X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=d8d48737e327dad1fe0cb8d983edfc3b72abbf34;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hp=c9068036760038c8450c4ecd43b8ebd7e99ceb58;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index c906803676..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] ?>