X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=84357a9f77d19751c07683abd07a9a1cf30504bc;hb=2a6653c65501db2d3128df2ddfae4b0f20bff8a3;hp=ecf9eb06b94dfde2858084e17b2d238865f22007;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index ecf9eb06b9..84357a9f77 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Alle Ihrer gesammelten Punkte * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -38,14 +38,14 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } // function PAYOUT_OUTPUT_PAYOUT_LIST ($points) { // Replace german decimal comma with CPU's decimal dot - $points = REVERT_COMMA($points); + $points = convertCommaToDot($points); // Enougth points? if ($points > 0) { @@ -74,14 +74,14 @@ ORDER BY type", array($points), __FUNCTION__, __LINE__); OUTPUT_HTML(""); } else { // No payout types setup so far - LOAD_TEMPLATE("admin_settings_saved", false, "
{--PAYOUT_NO_PAYOUT_TYPES--}{--PAYOUT_NO_PAYOUT_TYPES--}{--PAYOUT_NO_POINTS_ENTERED--}{--PAYOUT_NO_POINTS_ENTERED--}