Changeset 4304 for trunk/profile.php


Ignore:
Timestamp:
Nov 18, 2009, 9:07:20 PM (15 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/profile.php

    r4014 r4304  
    244244  $template->assign(
    245245    array(
    246       'USERNAME'=>$userdata['username'],
     246      'USERNAME'=>stripslashes($userdata['username']),
    247247      'EMAIL'=>get_email_address_as_display_text(@$userdata['email']),
    248248      'NB_IMAGE_LINE'=>$userdata['nb_image_line'],
Note: See TracChangeset for help on using the changeset viewer.