X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fbeg_functions.php;h=1b06c53ce448c1ba18ebe97c6c59e17dffe32072;hp=31cbc83d2d0fe8622268730e7a564e1632ff12db;hb=414570c5081d337bb6c28dcf521bd8bca02f69e7;hpb=c5e685ff1b1bd296243b9bfcd8921969fa09d53f diff --git a/inc/libs/beg_functions.php b/inc/libs/beg_functions.php index 31cbc83d2d..1b06c53ce4 100644 --- a/inc/libs/beg_functions.php +++ b/inc/libs/beg_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer den Bettel-Link * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * 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 * @@ -47,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']);