Build data
This commit is contained in:
@@ -651,7 +651,7 @@ long WrenchMemberOwnerMarketMessages(CVars in, CVars &out) {
|
||||
out["total_record"] = "0";
|
||||
|
||||
const PGresult *res;
|
||||
//SELECT * FROM members_jobs_offer WHERE offer_code ='47BB8B0W2B';
|
||||
|
||||
res = pgsql_query("SELECT to_char(mm.added, 'Day Mon dd, yyyy HH:MI AM') AS msg_date,mm.msg,mm.id AS msg_id , "
|
||||
" mm.senders_id , mm.msg_type,mm.uid, j.title, j.description,mo.job_description, "
|
||||
" mm.memo,ms.firstname AS msg_from,mm.reply,mm.member_id,mm.uid,TRIM(mm.memo) AS memo FROM members_messages mm "
|
||||
|
||||
Reference in New Issue
Block a user