[Rt-commit] r5380 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Thu Jun 15 18:03:27 EDT 2006


Author: ruz
Date: Thu Jun 15 18:03:23 2006
New Revision: 5380

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/REST/1.0/Forms/ticket/take

Log:
 r3122 at cubic-pc (orig r5299):  jesse | 2006-05-26 08:11:37 +0400
  r9832 at jesse-vincents-computer-2:  jesse | 2006-05-26 00:06:54 -0400
   *Fix compilation errors on wip to help make tests not bomb out
 


Modified: rt/branches/3.7-EXPERIMENTAL/html/REST/1.0/Forms/ticket/take
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/REST/1.0/Forms/ticket/take	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/REST/1.0/Forms/ticket/take	Thu Jun 15 18:03:23 2006
@@ -64,6 +64,10 @@
 }
 
 my $action;
+
+my %data;
+my @comments;
+
 ($action = $changes{Action}) =~ s/^(.)(.*)$/\U$1\L$2\E/;
 unless ($action =~ /^(?:Take|Steal|Untake)$/) {
     $e = 1;


More information about the Rt-commit mailing list