[Rt-commit] r16423 - in rt/branches/3.999-DANGEROUS: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Oct 21 10:56:53 EDT 2008


Author: sunnavy
Date: Tue Oct 21 10:56:53 2008
New Revision: 16423

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/Ticket/Modify.html

Log:
 r17254 at sunnavys-mb:  sunnavy | 2008-10-21 22:52:29 +0800
 no need to call  process_object_custom_field_updates


Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/Modify.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/Modify.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/Modify.html	Tue Oct 21 10:56:53 2008
@@ -86,9 +86,7 @@
 # Now let callbacks have a chance at editing %ARGS
 $m->callback( ticket_obj => $ticket_obj, custom_fields => $CustomFields, args_ref => \%ARGS );
 
-my @results;
-my @cf_results = process_object_custom_field_updates(object => $ticket_obj, args_ref => \%ARGS);
-push (@results, @cf_results);
+my @results = ();
 
 # undef so that transaction_batch scrips run and update the ticket
 $ticket_obj = undef;


More information about the Rt-commit mailing list