Commit 287f748c by Scott

Remove u_points event

Reverting 004f8e04
parent 4a5c9aab
......@@ -185,11 +185,6 @@
qa_db_query_raw(str_replace('~', "='".qa_db_escape_string($userid)."'", qa_db_apply_sub($query, array($userid))));
// build like this so that a #, $ or ^ character in the $userid (if external integration) isn't substituted
qa_report_event('u_points', qa_get_logged_in_userid(), qa_get_logged_in_handle(), qa_cookie_get(), array(
'userid' => $userid,
'columns' => array_keys($keycolumns),
));
if (qa_db_insert_on_duplicate_inserted())
qa_db_userpointscount_update();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment