diff options
| author | fukachan <fukachan> | 2003-11-26 04:47:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-26 04:47:08 +0000 |
| commit | 65eb79e42995b13c59a269d474c206daa4ce045d (patch) | |
| tree | f6665a73af5ba4e91635297d0699c1180d4eca7b /fml/etc | |
| parent | d50520009de496c662e6d35db46d7fe825ad0fd4 (diff) | |
| download | fml8-65eb79e42995b13c59a269d474c206daa4ce045d.tar.gz fml8-65eb79e42995b13c59a269d474c206daa4ce045d.tar.bz2 fml8-65eb79e42995b13c59a269d474c206daa4ce045d.zip | |
address_compare -> address_compare_function
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index 273391c4..7a0c19c8 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -7,7 +7,7 @@ # History: 当然するので、off/on スイッチなぞない # Value: yes | no # Examples: yes -use_address_compare = yes +use_address_compare_function = yes # Descriptions: メンバーチェックをする際に、ユーザパートの比較で @@ -16,7 +16,7 @@ use_address_compare = yes # History: none # Value: user_part_case_sensitive | user_part_case_insensitive # Examples: user_part_case_insensitive -address_compare_type = user_part_case_insensitive +address_compare_function_type = user_part_case_insensitive =head2 各機能における制限( ***_restrictions ) |
