summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-26 02:31:57 +0000
committerfukachan <fukachan>2001-01-26 02:31:57 +0000
commitcda1e2771cefbff4585783e6b06a5ed236b5b151 (patch)
treed4d39bbe41e03b0c023573d8de2edee4b9162ae0 /fml/lib
parent2f08c09c43a84cc6ba13fde67331188a969e82ab (diff)
downloadfml8-cda1e2771cefbff4585783e6b06a5ed236b5b151.tar.gz
fml8-cda1e2771cefbff4585783e6b06a5ed236b5b151.tar.bz2
fml8-cda1e2771cefbff4585783e6b06a5ed236b5b151.zip
s/_pcb_save/_pcb_set/
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Ticket/Model/toymodel.pm2
-rw-r--r--fml/lib/FML/Ticket/System.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Ticket/Model/toymodel.pm b/fml/lib/FML/Ticket/Model/toymodel.pm
index 26583510..71445d1c 100644
--- a/fml/lib/FML/Ticket/Model/toymodel.pm
+++ b/fml/lib/FML/Ticket/Model/toymodel.pm
@@ -56,7 +56,7 @@ sub assign
# O.K. rewrite Subject: of the article to distribute
unless ($self->error) {
- $self->_pcb_save_id($curproc, $id);
+ $self->_pcb_set_id($curproc, $id); # save $id info in PCB
$self->_rewrite_subject($header, $config, $id);
}
else {
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index 0a2fb709..4292e5bd 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -42,7 +42,7 @@ sub increment_id
}
-sub _pcb_save_id
+sub _pcb_set_id
{
my ($self, $curproc, $id) = @_;
my $pcb = $curproc->{ pcb }; # FML::PCB object