Quote:
Originally Posted by tkeil69575
as far as I can see this line
LEFT JOIN user ON (vbugs.userid = user.userid)
should read
LEFT JOIN user AS user ON (vbugs.userid = user.userid)
at least it fixed the mysql error I got when I first called vbugs.php
regards
Tina
ps. has to be fixed in 2 instances in vbugs.php
|
thanks for that

unfortunately...it didnt fix my problem (thats assuming you posted that possible fix in response to my post).