Quote:
Originally Posted by DragonByte Tech
If you're using a table prefix, you need to add it in front of the table name:
Code:
select fieldname from userchangelog where userid = x
Replacing X with the userid of a user that's got missing entries.
Fillip
|
Just so I pass along the correct information, am I understanding this right?
Admin CP -> Maintenance -> Execute SQL Query
In the Manual Query box, enter that code and replace the X with the user's ID -- for example,
mine is 18.