X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=f0cc8b351f27ceffb148990a1d163b45df7a7b86;hb=496a9a8159ba42133179e0535afbd5622c3b39d8;hp=89c1181eb5dc0b33ad88a3d08be33ec76055c9c6;hpb=ac04130f9ccbaba51d7d7992d8a10c38db776eee;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index 89c1181eb5..f0cc8b351f 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] ?>