PDA

View Full Version : I think something is wrong with my admincp/user.php file..


Bloodlust
06-15-2005, 03:25 PM
Sorry.

Well if anyone can help me out with this please PM me.

Thanks.

Andreas
06-15-2005, 03:29 PM
Posting vBulletin files breaks the license agreement.
Please remove it immediately.
Thanks.

Bloodlust
06-15-2005, 03:33 PM
Oops sorry i wasnt aware of that. Sorry.

Andreas
06-15-2005, 03:42 PM
Thanks.
As for your problem, you got a ` in line 1935 which should not be there.

The line should be

$DB_site->query("DELETE FROM " . TABLE_PREFIX . "visitlog WHERE userid IN($userids)");

Bloodlust
06-15-2005, 04:04 PM
Haha thanks Kirby. That fixed it. How did you find that anyway?