Changeset 1712
- Timestamp:
- 01/14/12 20:51:45 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/rapla/plugin/importusers/ImportUsersPluginInitializer.java
r1544 r1712 104 104 String name = lineEntries[2].trim(); 105 105 String email = lineEntries[3].trim(); 106 // String phone = lineEntries[4].trim();107 106 String groupKey = lineEntries[4].trim(); 108 107 … … 112 111 user.setName ( name ); 113 112 user.setEmail( email ); 114 // user.setPhone( phone );115 113 if(groupKey.length() != 0) { 116 114 group = findCategory( rootCategory, groupKey );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/rapla.jpg)