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