forward port of 6.8 bugfix

This commit is contained in:
Colin Kuskie 2006-01-04 19:33:28 +00:00
parent dcddc30e5e
commit bfe19ab773
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
- fix [ 1392643 ] 2006 Calendar dates are not correct?
- fix [ 1384794 ] editSave on an existing File or Image asset loses storageId.
- Removed the If macro, since it was scheduled for removal in 6.8.0.
- fix [ 1396620 ] Package WebGUI::Form::DynamicField
6.8.3

View file

@ -19,7 +19,7 @@ use strict;
use WebGUI::ProfileCategory;
use WebGUI::Session;
use WebGUI::SQL;
use WebGUI::Form;
use WebGUI::Form::DynamicField;
use WebGUI::FormProcessor;
use WebGUI::Operation::Shared;
use WebGUI::HTML;