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