X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Forder_functions.php;h=f0cc8b351f27ceffb148990a1d163b45df7a7b86;hb=83b592ec7b67258426acab646f682830ce9128c7;hp=89c1181eb5dc0b33ad88a3d08be33ec76055c9c6;hpb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;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] ?>