X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=d22a2864c6a32317026eef6b0db78a9d88202046;hb=4b9a37b0cb430ee8b1f71f837b2f9b2e5dd568f5;hp=65eb2937ba9e8a8290886e609a0204919078fbd5;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index 65eb2937ba..d22a2864c6 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -72,14 +73,14 @@ ORDER BY loadTemplate('member_payout_list', true, $OUT); } else { // No payout types setup so far - loadTemplate('admin_settings_saved', false, "
{--PAYOUT_NO_PAYOUT_TYPES--}{--PAYOUT_NO_PAYOUT_TYPES--}
'); } // Free memory SQL_FREERESULT($result); } else { // Points is empty - loadTemplate('admin_settings_saved', false, "
{--PAYOUT_NO_POINTS_ENTERED--}{--PAYOUT_NO_POINTS_ENTERED--}
'); } }