fix - [ 1220397 ] Cannot Copy Form

This commit is contained in:
Roy Johnson 2005-06-14 13:42:31 +00:00
parent 9f331611e1
commit 1aa3e9592d

View file

@ -197,6 +197,7 @@ sub duplicate {
}
$sthField->finish;
$sthTab->finish;
return $newAsset;
}
#-------------------------------------------------------------------