diff options
Diffstat (limited to 'admin/history.php')
-rw-r--r-- | admin/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/history.php b/admin/history.php index 1560d428b..afc1712e1 100644 --- a/admin/history.php +++ b/admin/history.php @@ -259,7 +259,7 @@ SELECT '.$conf['user_fields']['id'].' AS id $username_of = array(); while ($row = mysql_fetch_assoc($result)) { - $username_of[$row['id']] = $row['username']; + $username_of[$row['id']] = stripslashes($row['username']); } } |