X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=ef7549cf848bb52a34fe0232f7fa8d59ee9580a7;hb=766fcb898d34d42249d75f6097d85296aa5f9196;hp=bae9a830512891883af608152fd4a349c9f3f3a5;hpb=116747e4dba29e9e2e4daa82c45d8bbb302e9378;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index bae9a83051..ef7549cf84 100644 --- a/inc/libs/order_functions.php +++ b/inc/libs/order_functions.php @@ -1,7 +1,7 @@ {--ORDER_SELECT_COLUMN_".strtoupper($item)."--}\n"; - } + + // 'ref_clicks' needs to be rewritten to 'referal_clicks' + if ($item == 'ref_clicks') { + $item = 'referal_clicks'; + } // END - if + + // Add option line + $OUT .= ''; + } // END - foreach // Return the output return $OUT; } -// +// [EOF] ?>