[Rt-commit] r3326 - in rt/branches/CHALDEA-EXPERIMENTAL: . html/Ticket

jesse at bestpractical.com jesse at bestpractical.com
Sun Jul 3 18:10:34 EDT 2005


Author: jesse
Date: Sun Jul  3 18:10:33 2005
New Revision: 3326

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Create.html
Log:
 r22141 at hualien:  jesse | 2005-07-03 17:49:42 -0400
  r21955 at hualien:  jesse | 2005-06-27 11:40:56 -0400
   r21288 at hualien (orig r3235):  alexmv | 2005-06-20 18:54:00 -0400
    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/CHALDEA-EXPERIMENTAL/html/Ticket/Create.html
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Create.html	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Ticket/Create.html	Sun Jul  3 18:10:33 2005
@@ -307,7 +307,7 @@
 
 if ((!exists $ARGS{'AddMoreAttach'}) and ($ARGS{'id'} eq 'new') and $ValidCFs) { # 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