[Rt-commit] r16521 - rt/branches/3.999-DANGEROUS/lib/RT/Model

ruz at bestpractical.com ruz at bestpractical.com
Thu Oct 23 12:47:16 EDT 2008


Author: ruz
Date: Thu Oct 23 12:47:16 2008
New Revision: 16521

Modified:
   rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm

Log:
* update API docs

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Ticket.pm	Thu Oct 23 12:47:16 2008
@@ -2437,11 +2437,11 @@
 
 =head2 set_status STATUS
 
-Set this ticket\'s status. STATUS can be one of: new, open, stalled, resolved, rejected or deleted.
-
-Alternatively, you can pass in a list of named parameters (Status => STATUS, Force => FORCE).  If FORCE is true, ignore unresolved dependencies and force a status change.
-
+Set this ticket's status.
 
+Alternatively, you can pass in a list of named parameters
+(status => STATUS, force => FORCE).  If FORCE is true,
+ignore unresolved dependencies and force a status change.
 
 =cut
 


More information about the Rt-commit mailing list