Changeset 1214

Show
Ignore:
Timestamp:
08/09/2008 08:33:27 AM (2 years ago)
Author:
DarTar
Message:

Wrong constant name, refs #496

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/actions/usersettings/usersettings.php

    r1196 r1214  
    401401                else 
    402402                { 
    403                         $error = ERROR_NON_EXISTENT_USERNAME; 
     403                        $error = ERROR_NONEXISTENT_USERNAME; 
    404404                        $username_highlight = INPUT_ERROR_STYLE; 
    405405                }