fix email

This commit is contained in:
CHIEFSOFT\ameye
2023-12-06 21:37:52 -05:00
parent beeb15135c
commit f13f299059
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ if ( mode == 300 ){
}
const PGresult *res = pgsql_query("SELECT jo.id AS offer_id,jo.added,j.title,jo.expire,jo.email, jo.client_id, "
"jo.job_id,jo.reminder_count,jo.reminder_date "
"jo.job_id,jo.reminder_count,jo.reminder_date,jo.email AS firstname "
"FROM members_jobs_offer jo "
"LEFT JOIN members_jobs j ON j.id = jo.job_id "
" %s LIMIT %lu ",extraQ, limit);