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

robert at bestpractical.com robert at bestpractical.com
Tue Jul 4 02:37:02 EDT 2006


Author: robert
Date: Tue Jul  4 02:37:00 2006
New Revision: 5524

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway

Log:
 r5611 at bear:  rspier | 2006-07-03 23:36:20 -0700
 Add Pre hook to mail-gateway


Modified: rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
==============================================================================
--- rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway	(original)
+++ rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway	Tue Jul  4 02:37:00 2006
@@ -52,6 +52,7 @@
 $ticket => undef
 </%ARGS>
 <%init>
+$m->comp('/Elements/Callback', _CallbackName => 'Pre', %ARGS);
 use RT::Interface::Email; 
 $r->content_type('text/plain; charset=utf-8');
 $m->error_format('text');


More information about the Rt-commit mailing list