fixed a typo

This commit is contained in:
JT Smith 2004-06-27 14:24:18 +00:00
parent 7bb6ac31c1
commit 03b1f5f232
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ our @ISA = qw(WebGUI::Wobject);
#-------------------------------------------------------------------
sub name {
return WebGUI::International::get(1, $_[0]->get('namespace'));
return WebGUI::International::get(1, $_[0]->get("namespace"));
}
#-------------------------------------------------------------------
@ -114,8 +114,8 @@ sub new {
sharedCache => {
fieldType => 'integer',
defaultValue => '0',
},
},
}
}
);
bless $self, $class;
}

View file

@ -119,7 +119,7 @@ This option will only display if you have Data::Structure::Util installed. SOAP
By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.<p></p>
<b>Cache expires</b><br>
Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.|
Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.|,
27=> q|Cache expires|,
28 => q|Cache|,