X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=d8d48737e327dad1fe0cb8d983edfc3b72abbf34;hb=46aeda7c31aefbe313f5c4bcf7cdbef4f1826fcc;hp=5b6181940a99d7809b67fe7615f09fdf6edec117;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index 5b6181940a..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] ?>