Fixed [ 1266285 ] 6.7.1 - UserProfile Fields Time error

This commit is contained in:
Len Kranendonk 2005-08-24 22:28:19 +00:00
parent 967984aac6
commit 320235bfec
2 changed files with 6 additions and 0 deletions

View file

@ -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();