diff options
| author | fukachan <fukachan> | 2003-10-17 08:16:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-17 08:16:27 +0000 |
| commit | 01b24e268721cc5df5780b89a5c9e82c688dcd8f (patch) | |
| tree | ac2df03f4092631de2c308b10dd20b998707a901 /fml/lib/FML/Process | |
| parent | 922a45ed5c9e0f4bf9daf1940c7ab27aca450a4e (diff) | |
| download | fml8-01b24e268721cc5df5780b89a5c9e82c688dcd8f.tar.gz fml8-01b24e268721cc5df5780b89a5c9e82c688dcd8f.tar.bz2 fml8-01b24e268721cc5df5780b89a5c9e82c688dcd8f.zip | |
cgi_menu_map_list -> cgi_menu_address_map_list
cgi_menu_default_map -> cgi_menu_default_address_map
Diffstat (limited to 'fml/lib/FML/Process')
| -rw-r--r-- | fml/lib/FML/Process/CGI/Utils.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/CGI/Utils.pm b/fml/lib/FML/Process/CGI/Utils.pm index 87e520af..3dc42106 100644 --- a/fml/lib/FML/Process/CGI/Utils.pm +++ b/fml/lib/FML/Process/CGI/Utils.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Utils.pm,v 1.6 2003/10/15 10:12:13 fukachan Exp $ +# $FML: Utils.pm,v 1.7 2003/10/16 14:06:57 fukachan Exp $ # package FML::Process::CGI::Utils; @@ -99,7 +99,7 @@ sub cgi_var_address_map { my ($curproc) = @_; my $config = $curproc->config(); - my $_defaultmap = $config->{ cgi_menu_default_map }; + my $_defaultmap = $config->{ cgi_menu_default_address_map }; return $curproc->safe_param_map() || $_defaultmap; } @@ -113,7 +113,7 @@ sub cgi_var_address_map_list { my ($curproc) = @_; my $config = $curproc->config(); - return $config->get_as_array_ref('cgi_menu_map_list'); + return $config->get_as_array_ref('cgi_menu_address_map_list'); } |
