[Rt-commit] r3235 - in rt/branches/QUEBEC-EXPERIMENTAL: .
html/Ticket
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Jun 20 18:54:01 EDT 2005
Author: alexmv
Date: Mon Jun 20 18:54:00 2005
New Revision: 3235
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Create.html
Log:
r4386 at zoq-fot-pik: chmrr | 2005-06-20 18:56:20 -0400
* Attempt to prevent footer from showing up on redirects for some servers (?)
Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Create.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Create.html (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Create.html Mon Jun 20 18:54:00 2005
@@ -302,7 +302,7 @@
if ((!exists $ARGS{'AddMoreAttach'}) && ($ARGS{'id'} eq 'new')) { # new ticket?
$m->comp('Display.html', %ARGS);
- $m->comp('/Elements/Footer');
+ $RT::Logger->crit("After display call; error is $@");
$m->abort();
}
</%INIT>
More information about the Rt-commit
mailing list