Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2001-01-15 21:57:47 +0300
committerJesse Vincent <jesse@bestpractical.com>2001-01-15 21:57:47 +0300
commit8ac946260ae6aa50ed432a6189b961b63468013a (patch)
tree45826aca94452071fe0774ff636040fbe467f2c0
parent0d173c59f9df509ed4e06ce3f50b059ee49e2684 (diff)
Removed a deleted file from the manifest. revved the versionrt-1.3.36
-rwxr-xr-xMakefile2
-rw-r--r--lib/MANIFEST1
-rwxr-xr-xlib/RT/Tickets.pm5
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d6e4c1b7ba..65c5d93286 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PERL = /usr/bin/perl
RT_VERSION_MAJOR = 1
RT_VERSION_MINOR = 3
-RT_VERSION_PATCH = 35
+RT_VERSION_PATCH = 36
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
diff --git a/lib/MANIFEST b/lib/MANIFEST
index 7a8dc4fc24..d96f423ede 100644
--- a/lib/MANIFEST
+++ b/lib/MANIFEST
@@ -12,7 +12,6 @@ RT/Action/SendEmail.pm
RT/Action/StallDependent.pm
RT/Action/Notify.pm
RT/Action/ResolveMembers.pm
-RT/Action/Spam.pm
RT/Attachment.pm
RT/Attachments.pm
RT/Condition/AnyTransaction.pm
diff --git a/lib/RT/Tickets.pm b/lib/RT/Tickets.pm
index 0b165e1cf5..ecbca55a56 100755
--- a/lib/RT/Tickets.pm
+++ b/lib/RT/Tickets.pm
@@ -599,9 +599,9 @@ sub LimitTimeLeft {
# {{{ sub LimitKeyword
-=head2 KEY=>VALUE, ...
+=head2 LimitKeyword
-Takes a list of key/value pairs with the following keys:
+Takes a paramhash of key/value pairs with the following keys:
=over 4
@@ -698,6 +698,7 @@ takes nothing.
Returns a hash keyed by restriction id.
Each element of the hash is currently a one element hash that contains DESCRIPTION which
is a description of the purpose of that TicketRestriction
+
=cut
sub DescribeRestrictions {