Changeset 10856

Show
Ignore:
Timestamp:
05/12/11 15:08:56 (2 years ago)
Author:
flop25
Message:

bug:2297
stripslashes added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r10198 r10856  
    236236        sprintf( 
    237237          l10n('user "%s" added'), 
    238           $_POST['login'] 
     238          stripslashes($_POST['login']) 
    239239          ) 
    240240        );