X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Flibs%2Fpayout_functions.php;fp=0.2.1%2Finc%2Flibs%2Fpayout_functions.php;h=0000000000000000000000000000000000000000;hp=bc6036e6cfa261fda4576808f6016d42bcca83e5;hb=ab9c0550b44bdb6bbb930b4553f687702963801e;hpb=50646cc7b05cf5ff93e9b1e36ab03047cc0cd6bf diff --git a/0.2.1/inc/libs/payout_functions.php b/0.2.1/inc/libs/payout_functions.php deleted file mode 100644 index bc6036e6cf..0000000000 --- a/0.2.1/inc/libs/payout_functions.php +++ /dev/null @@ -1,86 +0,0 @@ - 0) - { - // Pay this out! - $result = SQL_QUERY_ESC("SELECT id, type, rate, min_points -FROM "._MYSQL_PREFIX."_payout_types -WHERE %s >= min_points -ORDER BY type", array($POINTS), __FILE__, __LINE__); - if (SQL_NUMROWS($result) > 0) - { - OUTPUT_HTML ("
-
".PAYOUT_NOW.":

-
"); - } - else - { - // No payout types setup so far - OUTPUT_HTML ("

".PAYOUT_NO_PAYOUT_TYPES."

"); - } - } - else - { - // Points is empty - OUTPUT_HTML ("

".PAYOUT_NO_POINTS_ENTERED."

"); - } -} -// -?>