File tree Expand file tree Collapse file tree
src/org/ohmage/query/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <property file =" build.properties" />
44 <property name =" library" location =" lib" />
55 <property name =" app_name" value =" ohmage" />
6- <property name =" app_version" value =" 2.17.1 " />
6+ <property name =" app_version" value =" 2.17.2 " />
77 <property name =" src" location =" src" />
88 <property name =" test" location =" test" />
99 <property name =" view" location =" view" />
Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ public void createUserRegistration(
641641 new Object [] {
642642 username ,
643643 hashedPassword ,
644- // null,
644+ null ,
645645 emailAddress ,
646646 false ,
647647 false ,
@@ -657,12 +657,13 @@ public void createUserRegistration(
657657 SQL_INSERT_USER +
658658 "' with parameters: " +
659659 username + ", " +
660- emailAddress + ", " +
661660 hashedPassword + ", " +
661+ "null" +
662+ emailAddress + ", " +
662663 false + ", " +
663664 false + ", " +
664665 false + ", " +
665- "null" ,
666+ defaultCampaignCreationPrivilege ,
666667 e );
667668 }
668669
You can’t perform that action at this time.
0 commit comments