[Rt-commit] [svn] r1919 - in rt/branches/3.3-TESTING: . lib/RT

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Mon Nov 22 02:25:43 EST 2004


Author: jesse
Date: Mon Nov 22 02:25:42 2004
New Revision: 1919

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
Log:
 r9313 at tinbook:  jesse | 2004-11-22T07:26:55.423227Z
 Comments about redundant code


Modified: rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm	(original)
+++ rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm	Mon Nov 22 02:25:42 2004
@@ -339,6 +339,9 @@
 =cut
 
 
+# XXX TODO : This code appears to be obsoleted in favor of similar code in Scrips->Apply.
+# Why is this here? Is it still called?
+
 sub Apply {
     my $self = shift;
     my %args = ( TicketObj      => undef,


More information about the Rt-commit mailing list