X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=e388bb0222e0a75babb959c816d0f4ab72597dee;hp=a95ce7ce36606b8781384cf0b951157ed58b01c1;hb=20741b93fd58620af677a7f1039ffd16ea6ec689;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index a95ce7ce36..e388bb0222 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -1,7 +1,7 @@ 0) { // Pay this out! $result = SQL_QUERY_ESC("SELECT - `id`, `type`, `rate`, `min_points` + `id`,`type`,`rate`,`min_points` FROM `{?_MYSQL_PREFIX?}_payout_types` WHERE @@ -55,36 +54,54 @@ WHERE ORDER BY `type` ASC", array($points), __FUNCTION__, __LINE__); - if (SQL_NUMROWS($result) > 0) { - outputHtml("
-
{--PAYOUT_NOW--}:

-
"); + // Load main template + loadTemplate('member_payout_list', true, $OUT); } else { // No payout types setup so far - loadTemplate('admin_settings_saved', false, "
{--PAYOUT_NO_PAYOUT_TYPES--}{--PAYOUT_NO_POINTS_ENTERED--}