Fixed [ 1266285 ] 6.7.1 - UserProfile Fields Time error
This commit is contained in:
parent
967984aac6
commit
320235bfec
2 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ WebGUI::Session::open("../..",$configFile);
|
|||
WebGUI::Session::refreshUserInfo(3);
|
||||
|
||||
WebGUI::SQL->write("insert into webguiVersion values (".quote($toVersion).",'upgrade',".time().")");
|
||||
WebGUI::SQL->write("update DataForm_field set type=".quote('TimeField')." where type=".quote('time'));
|
||||
WebGUI::SQL->write("update userProfileField set dataType=".quote('TimeField')." where dataType=".quote('time'));
|
||||
fixSpelling();
|
||||
fixCSTemplate();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue