https://www.icyphoenix.com/viewtopic.php?f=35&t=3217&p=22246#p22246
-----------------------------------
mih bonatto
Sat 15 Dec, 2007 19:13

Re: Debug Admin_prune_users.php
-----------------------------------
[code linenumbers=false]	if(!($result = $db->sql_query('SELECT user_id , username, user_level FROM ' . USERS_TABLE . ' WHERE user_id<>"' . ANONYMOUS . '"' . $sql[$n] . ' AND user_regdate<"' . (time()-(86400 * $days [$n])) . '" ORDER BY username LIMIT 800')))
	{
		message_die(GENERAL_ERROR, 'Error obtaining userdata'.$sql[$n], '', __LINE__, __FILE__, $sql[$n]);
	}[/code]

This is the complete line which is getting error. I've deleted part 

[code linenumbers=false]' . $sql[$n] . '[/code] 

and stopped errors, but... in ACP, when you open link, shows a lot of tables, cloning correct last table a multiple times. And about this error, I didn't find how fix.

Thanks.


