fixed a couple of typos

This commit is contained in:
JT Smith 2005-07-21 01:34:14 +00:00
parent c4b3e4092d
commit 1d7856eb92
2 changed files with 3 additions and 3 deletions

View file

@ -395,7 +395,7 @@ sub definition {
assetName=>WebGUI::International::get("asset","Asset"),
tableName=>'assetData',
className=>'WebGUI::Asset',
icon=>'assets.gif'
icon=>'assets.gif',
properties=>{
title=>{
fieldType=>'text',
@ -1415,7 +1415,7 @@ sub getLineage {
if ($rules->{returnObjects}) {
my $parent = $relativeCache{$parentId};
$relativeCache{$id} = $asset;
$asset->{_parent} = $parent if exists $relativeCache{$properties->{parentId}};
$asset->{_parent} = $parent if exists $relativeCache{$parentId};
$parent->{_firstChild} = $asset unless(exists $parent->{_firstChild});
$parent->{_lastChild} = $asset;
}

View file

@ -95,7 +95,7 @@ sub definition {
},
cacheTimeoutVisitor=>{
fieldType=>'interval',
defaultValue=>600
defaultValue=>600,
tab=>"display",
label=>WebGUI::International::get(896,'Wobject'),
hoverHelp=>WebGUI::International::get('896 description','Wobject'),