[Rt-commit] r3085 - in rt/branches/3.4-RELEASE: . lib/RT

kevinr at bestpractical.com kevinr at bestpractical.com
Tue Jun 7 19:29:11 EDT 2005


Author: kevinr
Date: Tue Jun  7 19:29:11 2005
New Revision: 3085

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
Log:
 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/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm	Tue Jun  7 19:29:11 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