Backend Service

This commit is contained in:
2019-03-09 23:59:29 +00:00
parent ebb72d4d1d
commit 5b531a7b7b
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ long MemberLogin(CVars in, CVars &out) {
out["stauts"] = "OK";
/*LOAD THE SESSION INTO OUT now */
load_db_record(out, "SELECT session FROM members_session WHERE member_id=%lu ORDER BY id DESC LIMIT 1", out["member_id"].Long());
//Email-bad member_email_calls(in["action"].Long(), out, out);
member_email_calls(in["action"].Long(), out, out);
//===============================================================================================================================
pgsql_query("UPDATE members SET last_login = now() WHERE id = %lu", out["member_id"].Long());
// account_email(ACCOUNT_LOGIN_ALERT,out,out); // ALERT CUSTOMER OF LOGIN