[Rt-commit] r19402 - in rt/3.8/trunk: etc/upgrade/3.8.3

falcone at bestpractical.com falcone at bestpractical.com
Fri May 1 16:42:49 EDT 2009


Author: falcone
Date: Fri May  1 16:42:48 2009
New Revision: 19402

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/etc/upgrade/3.8.3/content

Log:
 r47146 at ketch:  falcone | 2009-05-01 16:33:50 -0400
 * remove unused variable


Modified: rt/3.8/trunk/etc/upgrade/3.8.3/content
==============================================================================
--- rt/3.8/trunk/etc/upgrade/3.8.3/content	(original)
+++ rt/3.8/trunk/etc/upgrade/3.8.3/content	Fri May  1 16:42:48 2009
@@ -8,11 +8,9 @@
     },
 );
 
-
 @Final = (
     sub {
         $RT::Logger->debug("Going to correct descriptions of notify actions in the DB");
-        my $sys = RT::System->new($RT::SystemUser);
 
         my $actions = RT::ScripActions->new( $RT::SystemUser );
         $actions->Limit(


More information about the Rt-commit mailing list