fixed more session related bugs

This commit is contained in:
JT Smith 2006-01-17 05:34:57 +00:00
parent 2e5f5c6038
commit c5cf903b45
11 changed files with 47 additions and 47 deletions

View file

@ -1583,7 +1583,7 @@ sub www_manageAssets {
}
my $lockLink = ", '<a href=\"".$child->getUrl("func=manageRevisions")."\">".$locked."<\\/a>'" unless ($self->session->setting->get("autoCommit"));
$output .= "assetManager.AddLine('"
.WebGUI::Form::checkbox({
.WebGUI::Form::checkbox($self->session,{
name=>'assetId',
value=>$child->getId
})