X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbeg_functions.php;h=a193cfad6789dc45207536e6313d8b6efe62638a;hb=66b2219e27cbea96dcfe69a181b9ab819796a820;hp=62e5949ba112fae296c342c37dfeeb927e4829aa;hpb=cc7c700143bca2420ff0497e648d31a18cc9add2;p=mailer.git diff --git a/inc/libs/beg_functions.php b/inc/libs/beg_functions.php index 62e5949ba1..a193cfad67 100644 --- a/inc/libs/beg_functions.php +++ b/inc/libs/beg_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer den Bettel-Link * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -39,8 +44,6 @@ if (!defined('__SECURITY')) { // Add points to user or begging rallye account function BEG_ADD_POINTS ($uid, $points) { - global $_CONFIG; - // Set mode depending on how many mails the member has to confirm $locked = false; if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != "Y")) $locked = true; @@ -49,7 +52,7 @@ function BEG_ADD_POINTS ($uid, $points) { if (getConfig('beg_rallye') == "Y") { // Add points to rallye account SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET beg_points=beg_points+%s WHERE userid=%s LIMIT 1", - array($points, $uid), __FILE__, __LINE__); + array($points, $uid), __FUNCTION__, __LINE__); } else { // Add points to account unset($GLOBALS['ref_level']);