[Rt-commit] r5140 - in rt/branches/3.5-TESTING:
html/REST/1.0/Forms/ticket
kevinr at bestpractical.com
kevinr at bestpractical.com
Mon May 1 15:17:19 EDT 2006
Author: kevinr
Date: Mon May 1 15:17:18 2006
New Revision: 5140
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
Log:
r12276 at sad-girl-in-snow: kevinr | 2006-04-24 21:00:07 -0400
* Fixed the error-out after commenting via the CLI tool
Modified: rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
==============================================================================
--- rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment (original)
+++ rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment Mon May 1 15:17:18 2006
@@ -49,7 +49,7 @@
$id
%changes
</%ARGS>
-<%perl>
+<%INIT>
use MIME::Entity;
use LWP::MediaTypes;
use RT::Interface::REST;
@@ -147,4 +147,4 @@
OUTPUT:
return [ $c, $o, $k, $e ];
-</%perl>
+</%INIT>
More information about the Rt-commit
mailing list