notification
This commit is contained in:
@@ -165,6 +165,12 @@ long ProcessGroupJobs(CVars in, CVars &out){
|
|||||||
|
|
||||||
pgsql_query("UPDATE group_offer_schedule SET completed=now(), notes='%s', status= 5 "
|
pgsql_query("UPDATE group_offer_schedule SET completed=now(), notes='%s', status= 5 "
|
||||||
" WHERE id = %lu AND uid='%s'",out["status_msg"].c_str(), rec["id"].Long(),rec["uid"].c_str() );
|
" WHERE id = %lu AND uid='%s'",out["status_msg"].c_str(), rec["id"].Long(),rec["uid"].c_str() );
|
||||||
|
|
||||||
|
CVars xy;
|
||||||
|
xy["member_id"] = xx["member_id"]; xy["member_id"].set_valid( true );
|
||||||
|
xy["msg"] = "You have completed processing your offers !!!";
|
||||||
|
xy["msg"].set_valid(true);
|
||||||
|
plan_notification(xy, out);
|
||||||
}
|
}
|
||||||
} // for loopp
|
} // for loopp
|
||||||
} // main nserach
|
} // main nserach
|
||||||
|
|||||||
Reference in New Issue
Block a user