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/comments.php

    r3452 r4304  
    161161  else
    162162  {
    163     $author_name = $row['username'];
     163    $author_name = stripslashes($row['username']);
    164164  }
    165165  $template->append(
Note: See TracChangeset for help on using the changeset viewer.