X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=f0cc8b351f27ceffb148990a1d163b45df7a7b86;hb=9553dbc9eed40bfa2beffa79813f2d5cd21fa8ac;hp=d36639a046c7f5312f989759a3742315b5488b90;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index d36639a046..f0cc8b351f 100644 --- a/inc/libs/order_functions.php +++ b/inc/libs/order_functions.php @@ -1,7 +1,7 @@ {--ORDER_SELECT_COLUMN_".strtoupper($item)."--}\n"; - } + if ($item == $default) $selected = ' selected="selected"'; + $OUT .= ''; + } // END - foreach // Return the output return $OUT; } -// +// [EOF] ?>