X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=121265189de1fe2b8cf528f236eb8debe6c09873;hb=3767eef30a9e514e95625e6da22418ab297b204d;hp=16cbb4ed7a2669e1383e35cb6fc78d0c9462aa3a;hpb=4e025e412935b6b221a2d183ada05b7a22f4b9e7;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index 16cbb4ed7a..121265189d 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] ?>