j.description AS job_description,

This commit is contained in:
CHIEFSOFT\ameye
2024-09-20 18:41:20 -04:00
parent 31c4617a64
commit 4c95e0f865
+1 -1
View File
@@ -360,7 +360,7 @@ if ( mode == 300 ){
}
const PGresult *res = pgsql_query("SELECT jo.id AS offer_id,jo.added,j.title,jo.expire,to_char(jo.expire, 'Dy Mon dd, yyyy HH:MI AM') AS expire_formated, jo.email, jo.client_id, "
"jo.job_id,jo.reminder_count,jo.reminder_date,jo.email AS firstname, jo.email AS rec_username "
"jo.job_id,jo.reminder_count,jo.reminder_date,jo.email AS firstname, jo.email AS rec_username,j.description AS job_description "
"FROM members_jobs_offer jo "
"LEFT JOIN members_jobs j ON j.id = jo.job_id "
" %s AND jo.reminder_count < 4 LIMIT %lu ",extraQ, limit);