]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_daily.php
wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / reset / reset_daily.php
index f7b54682eb839d54b290aeea159c2cfa732ef8a4..c3b99df313c413adebdc4001827b5ebdf2082230 100644 (file)
@@ -64,7 +64,7 @@ WHERE userid=%d AND locked_points != 0.00000 ORDER BY ref_depth",
                        while (list($dep, $locked) = SQL_FETCHROW($result_points))
                        {
                                $result_update = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_points SET points=points+%s, locked_points=0.00000
-WHERE userid=%d AND ref_depth='%s' LIMIT 1",
+WHERE userid=%d AND ref_depth=%d LIMIT 1",
                                 array($locked, bigintval($uid), $dep), __FILE__, __LINE__);
 
                                // Update mediadata as well
@@ -85,7 +85,7 @@ WHERE userid=%d AND ref_depth='%s' LIMIT 1",
 SQL_FREERESULT($result_daily);
 
 // Save config value for later references
-$CONFIG['last_update'] = time();
+$_CONFIG['last_update'] = time();
 
 // Update database
 $result_daily = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_config SET last_update=UNIX_TIMESTAMP()