|
Whats your line 346-347 of adm-inc.php look like?
I have this which means slash is added to the name if an apostroshe is used
$username = addslashes($User['username']);
$query = "REPLACE INTO {$Globals['pp_db_prefix']}admlog (adminuser,ip,datestamp,description) VALUES ('$username','$ipaddr','$date','$what')";
|