summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-11-30 23:42:31 +0000
committerfukachan <fukachan>2005-11-30 23:42:31 +0000
commited51c5fb6cb32c0b4c401407ab83cfd584f575c6 (patch)
tree27fd3b51d12fb151884d19a4458244e460efebc5 /fml/doc/en/tutorial/customize
parentb0d8fa1ef5a4f05c83e92a312017e185bc8544f5 (diff)
downloadfml8-ed51c5fb6cb32c0b4c401407ab83cfd584f575c6.tar.gz
fml8-ed51c5fb6cb32c0b4c401407ab83cfd584f575c6.tar.bz2
fml8-ed51c5fb6cb32c0b4c401407ab83cfd584f575c6.zip
switched to use of $curproc->credential();
Diffstat (limited to 'fml/doc/en/tutorial/customize')
-rw-r--r--fml/doc/en/tutorial/customize/case_studies.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/customize/case_studies.sgml b/fml/doc/en/tutorial/customize/case_studies.sgml
index 6427deec..b661ae42 100644
--- a/fml/doc/en/tutorial/customize/case_studies.sgml
+++ b/fml/doc/en/tutorial/customize/case_studies.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: case_studies.sgml,v 1.2 2005/07/20 10:37:42 fukachan Exp $
+ $FML: case_studies.sgml,v 1.3 2005/09/24 13:53:40 fukachan Exp $
$jaFML: case_studies.sgml,v 1.4 2003/04/15 14:51:36 fukachan Exp $
-->
@@ -102,7 +102,7 @@ Allow the use of command mail, which comes only from the specific
domain (my domain e.g. example.co.jp). This hook enables it.
<screen>
$command_verify_request_end_hook = q{
- my $cred = $curproc->{ credential };
+ my $cred = $curproc->credential();
my $from = $cred->sender();
unless ($from =~ /\@example\.co\.jp/i) {