[Rt-commit] r3112 - in rt/branches/QUEBEC-EXPERIMENTAL: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Wed Jun 8 23:07:40 EDT 2005


Author: jesse
Date: Wed Jun  8 23:07:40 2005
New Revision: 3112

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm
Log:
 r19669 at hualien:  jesse | 2005-06-08 18:43:26 -0400
  r19650 at hualien:  jesse | 2005-06-08 18:28:55 -0400
   r19601 at hualien (orig r3085):  kevinr | 2005-06-07 19:29:11 -0400
    r4043 at SAD-GIRL-IN-SNOW:  kevinr | 2005-06-07 19:28:11 -0400
    * Added return format information to perldoc for Comment() and Correspond()
   
  
 


Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/Ticket_Overlay.pm	Wed Jun  8 23:07:40 2005
@@ -2231,6 +2231,8 @@
 If DryRun is defined, this update WILL NOT BE RECORDED. Scrips will not be committed.
 They will, however, be prepared and you'll be able to access them through the TransactionObj
 
+Returns: Transaction id, Error Message, Transaction Object
+(note the different order from Create()!)
 
 =cut
 
@@ -2280,6 +2282,9 @@
 If DryRun is defined, this update WILL NOT BE RECORDED. Scrips will not be committed.
 They will, however, be prepared and you'll be able to access them through the TransactionObj
 
+Returns: Transaction id, Error Message, Transaction Object
+(note the different order from Create()!)
+
 
 =cut
 


More information about the Rt-commit mailing list