merging some 5.5 changes and various bugfixes

This commit is contained in:
JT Smith 2004-07-12 01:24:41 +00:00
parent 8061e40dcf
commit 2e791c9dd5
6 changed files with 14 additions and 5 deletions

View file

@ -864,6 +864,9 @@ sub www_process {
$hadErrors = 1;
delete $var->{entryId};
}
if ($row{status} eq "hidden") {
$value = WebGUI::Macro::process($row{defaultValue});
}
unless ($hadErrors) {
my ($exists) = WebGUI::SQL->quickArray("select count(*) from DataForm_entryData where DataForm_entryId=$entryId
and DataForm_fieldId=".quote($row{DataForm_fieldId}));