
01-22-2005, 12:54 PM
|
 |
|
|
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KenakaBatman
Code:
SELECT user.*,usertextfield.*,userfield.*, user.userid, journals.journal_id,
I'm getting an error when trying to access the memberlist.
Here is my code for that query
[sql]users = $DB_site->query("
SELECT user.*,usertextfield.*,userfield.*, user.userid, journals.journal_id, options,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
$repcondition[/sql]
|
it looks like you did not fully edit the file since the left join is missing
|