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