Ignore:
Timestamp:
Nov 18, 2009, 9:07:20 PM (14 years ago)
Author:
Eric
Message:

Escape all login and username characters in database
Display correctly usernames

(I hope not to have made mistakes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/rating.php

    r4265 r4304  
    9797while ($row = mysql_fetch_assoc($result))
    9898{
    99   $users[$row['id']]=$row['username'];
     99  $users[$row['id']]=stripslashes($row['username']);
    100100}
    101101
Note: See TracChangeset for help on using the changeset viewer.