[Rt-commit] r3363 - in rt/branches/3.5-TESTING: . html/Ticket

jesse at bestpractical.com jesse at bestpractical.com
Sun Jul 3 18:58:27 EDT 2005


Author: jesse
Date: Sun Jul  3 18:58:27 2005
New Revision: 3363

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Ticket/Create.html
Log:
 r22217 at hualien:  jesse | 2005-07-03 18:24:05 -0400
  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/3.5-TESTING/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Create.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Create.html	Sun Jul  3 18:58:27 2005
@@ -306,7 +306,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