summaryrefslogtreecommitdiff
path: root/rt/lib/RT/Action/RecordCorrespondence.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT/Action/RecordCorrespondence.pm')
-rw-r--r--rt/lib/RT/Action/RecordCorrespondence.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/rt/lib/RT/Action/RecordCorrespondence.pm b/rt/lib/RT/Action/RecordCorrespondence.pm
index 2faa56019..cc21503de 100644
--- a/rt/lib/RT/Action/RecordCorrespondence.pm
+++ b/rt/lib/RT/Action/RecordCorrespondence.pm
@@ -2,7 +2,7 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
# <sales@bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
@@ -49,12 +49,13 @@
package RT::Action::RecordCorrespondence;
use base 'RT::Action';
use strict;
+use warnings;
=head1 NAME
RT::Action::RecordCorrespondence - An Action which can be used from an
external tool, or in any situation where a ticket transaction has not
-been started, to make a comment on the ticket.
+been started, to create a correspondence on the ticket.
=head1 SYNOPSIS