X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=d8d48737e327dad1fe0cb8d983edfc3b72abbf34;hb=0b26d5d64d95a8001bc8ba27a2d27ca4888d5d80;hp=d36639a046c7f5312f989759a3742315b5488b90;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index d36639a046..d8d48737e3 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] ?>