Parent Directory
|
Revision Log
|
Patch
revision 1.12, Thu Jul 29 17:35:51 2010 UTC | revision 1.13, Mon Aug 9 13:46:06 2010 UTC | |
---|---|---|
# | Line 58 | Line 58 |
58 | ||
59 | sub new { | sub new { |
60 | # Get the parameters. | # Get the parameters. |
61 | my ($class, %options) = @_; | my ($class, @options) = @_; |
62 | # Fix the option hash. | |
63 | my %options = ClientThing::FixOptions(@options); | |
64 | # Compute the URL. | # Compute the URL. |
65 | $options{url} = ClientThing::ComputeURL($options{url}, 'sap_server.cgi', | $options{url} = ClientThing::ComputeURL($options{url}, 'sap_server.cgi', |
66 | 'sapling'); | 'sapling'); |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |