[Rt-commit] r8025 - in rt/branches/3.6-RELEASE: .

falcone at bestpractical.com falcone at bestpractical.com
Mon Jun 25 10:41:52 EDT 2007


Author: falcone
Date: Mon Jun 25 10:41:49 2007
New Revision: 8025

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html

Log:
 r22168 at ketch:  falcone | 2007-06-25 09:41:08 -0500
 * There is no $TicketObj here, just $Ticket


Modified: rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html	(original)
+++ rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html	Mon Jun 25 10:41:49 2007
@@ -196,8 +196,8 @@
 push @results, @cf_results;
 
 # undef so that TransactionBatch scrips run and update the ticket
-$TicketObj = undef;
-$TicketObj = LoadTicket($id);
+$Ticket = undef;
+$Ticket = LoadTicket($id);
 
 # If they've gone and moved the ticket to somewhere they can't see, etc...
 # TODO: display the results, even if we can't display the ticket.


More information about the Rt-commit mailing list