[Rt-commit] r5299 - in rt/branches/3.5-TESTING:
html/REST/1.0/Forms/ticket
jesse at bestpractical.com
jesse at bestpractical.com
Fri May 26 00:11:38 EDT 2006
Author: jesse
Date: Fri May 26 00:11:37 2006
New Revision: 5299
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/take
Log:
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.5-TESTING/html/REST/1.0/Forms/ticket/take
==============================================================================
--- rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/take (original)
+++ rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/take Fri May 26 00:11:37 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