[Rt-commit] [svn] r1671 - rt/branches/3.3-TESTING/lib/RT
alexmv at pallas.eruditorum.org
alexmv at pallas.eruditorum.org
Wed Oct 20 15:51:37 EDT 2004
Author: alexmv
Date: Wed Oct 20 15:51:36 2004
New Revision: 1671
Modified:
rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
Log:
Remove wayward '+'
Modified: rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm (original)
+++ rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm Wed Oct 20 15:51:36 2004
@@ -73,7 +73,7 @@
use RT::ACL;
use RT::Interface::Email;
- at DEFAULT_ACTIVE_STATUS = qw(new open stalled);+
+ at DEFAULT_ACTIVE_STATUS = qw(new open stalled);
@DEFAULT_INACTIVE_STATUS = qw(resolved rejected deleted);
# $self->loc('new'); # For the string extractor to get a string to localize
More information about the Rt-commit
mailing list