X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=d7abac5fe2860013ffd654dc4ef2224974cfe437;hp=a95ce7ce36606b8781384cf0b951157ed58b01c1;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index a95ce7ce36..d7abac5fe2 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` + $result = sqlQueryEscaped('SELECT + `id`, + `type`, + `rate`, + `min_points` FROM `{?_MYSQL_PREFIX?}_payout_types` WHERE %s >= `min_points` ORDER BY - `type` ASC", + `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--}