| |
Error updating users/employed table!
DEBUG MODE
SQL Error : 1054 Unknown column 't2.user_points' in 'field list'
UPDATE
districtsofkyri_employed as t1, districtsofkyri_users as t2
SET t1.last_paid = '1231551705',
t2.user_points = t2.user_points + t1.job_pay
WHERE (1231551705 - t1.last_paid) > t1.job_length
AND t1.user_id = '-1'
AND t2.user_id = t1.user_id
Line : 158 File : jobs.php |
| |
|
|