Boy, does that code ever look familiar! I might be easier to do a prepared message for this one, FWC.
Quote:
Originally posted by FWC
See if you have the following line in your admin/user.php file:
PHP Code:
$user=$DB_site->query_first("SELECT *,FROM_UNIXTIME(joindate) AS
If you do, change it to:
PHP Code:
$user=$DB_site->query_first("SELECT user.*,FROM_UNIXTIME(joindate) AS
That might help.
|