[Rt-commit] r2019 - in rt/branches/3.4-RELEASE: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Mon Dec 20 21:44:54 EST 2004
Author: jesse
Date: Mon Dec 20 21:44:53 2004
New Revision: 2019
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
Log:
r2494 at hualien: jesse | 2004-12-21T02:40:37.522278Z
Added back a 'package' declaration to Tickets_Overlay to enable automatic reload.
Modified: rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm Mon Dec 20 21:44:53 2004
@@ -77,7 +77,11 @@
=end testing
=cut
+
use strict;
+
+package RT::Tickets;
+
no warnings qw(redefine);
use vars qw(@SORTFIELDS);
use RT::CustomFields;
More information about the Rt-commit
mailing list