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