fix email
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user