Ignore:
Timestamp:
2014-11-25T16:37:39+13:00 (9 years ago)
Author:
ak19
Message:

Jeremy found that status could be used instead of accountstatus for the usersDB. Adding a further clause for handling that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/ModifyUsersDB.java

    r28202 r29467  
    8080                accountstatus = args[i].substring("accountstatus=".length());
    8181            }
     82            else if (args[i].startsWith("status="))
     83            {
     84                accountstatus = args[i].substring("status=".length());
     85            }
    8286            else if (args[i].startsWith("comment="))
    8387            {
Note: See TracChangeset for help on using the changeset viewer.