[Rt-commit] [svn] r967 - in rt/branches/rt-3.1: . lib/RT
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu May 27 23:35:16 EDT 2004
Author: jesse
Date: Thu May 27 23:35:16 2004
New Revision: 967
Modified:
rt/branches/rt-3.1/lib/RT/EmailParser.pm
rt/branches/rt-3.1/releng.cnf
Log:
Bumping to 3.1.16
Modified: rt/branches/rt-3.1/lib/RT/EmailParser.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/EmailParser.pm (original)
+++ rt/branches/rt-3.1/lib/RT/EmailParser.pm Thu May 27 23:35:16 2004
@@ -628,7 +628,8 @@
sub _SetupMIMEParser {
my $self = shift;
my $parser = shift;
-
+
+ $RT::Logger->crit($self->{'AttachmentDir'});
#$RT::Logger->crit( $self->{'AttachmentDir'} );
# Set up output directory for files:
Modified: rt/branches/rt-3.1/releng.cnf
==============================================================================
--- rt/branches/rt-3.1/releng.cnf (original)
+++ rt/branches/rt-3.1/releng.cnf Thu May 27 23:35:16 2004
@@ -1,5 +1,5 @@
PRODUCT = rt
-TAG = 3.1.15
+TAG = 3.1.16
CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rt/
TAGS = tags/
TRUNK = branches/rt-3.1/
More information about the Rt-commit
mailing list