[Rt-commit] r18577 - in rt/3.999/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Feb 24 21:24:45 EST 2009


Author: sartak
Date: Tue Feb 24 21:24:45 2009
New Revision: 18577

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/lib/RT/Model/Ticket.pm

Log:
 r80546 at onn:  sartak | 2009-02-24 21:24:35 -0500
 Remove unused told_as_string


Modified: rt/3.999/trunk/lib/RT/Model/Ticket.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Model/Ticket.pm	(original)
+++ rt/3.999/trunk/lib/RT/Model/Ticket.pm	Tue Feb 24 21:24:45 2009
@@ -1429,27 +1429,6 @@
 
 }
 
-
-
-=head2 told_as_string
-
-A convenience method that returns told_obj->as_string
-
-TODO: This should be deprecated
-
-=cut
-
-sub told_as_string {
-    my $self = shift;
-    if ( $self->told ) {
-        return $self->told_obj->as_string();
-    } else {
-        return ("Never");
-    }
-}
-
-
-
 =head2 time_worked_as_string
 
 Returns the amount of time worked on this ticket as a Text String


More information about the Rt-commit mailing list