[Rt-commit] r5570 - in rt/branches/3.4-RELEASE: .
    kevinr at bestpractical.com 
    kevinr at bestpractical.com
       
    Thu Jul 13 16:21:31 EDT 2006
    
    
  
Author: kevinr
Date: Thu Jul 13 16:21:31 2006
New Revision: 5570
Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
Log:
 r14836 at sad-girl-in-snow:  kevinr | 2006-07-13 16:17:43 -0400
 * The RT::Condition::Generic docs were wrong... fixed.
Modified: rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm	Thu Jul 13 16:21:31 2006
@@ -51,7 +51,7 @@
 =head1 SYNOPSIS
 
     use RT::Condition::Generic;
-    my $foo = new RT::Condition::IsApplicable( 
+    my $foo = RT::Condition::Generic->new( 
 		TransactionObj => $tr, 
 		TicketObj => $ti, 
 		ScripObj => $scr, 
    
    
More information about the Rt-commit
mailing list