[Rt-commit] r2493 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Ticket

jesse at bestpractical.com jesse at bestpractical.com
Tue Mar 22 12:13:28 EST 2005


Author: jesse
Date: Tue Mar 22 12:13:28 2005
New Revision: 2493

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Ticket/Create.html
Log:
 r9554 at hualien:  jesse | 2005-03-22 22:01:26 +0800
 * When creating a ticket, the footer sometimes wouldn't be displayed


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	Tue Mar 22 12:13:28 2005
@@ -287,7 +287,8 @@
 
 if ((!exists $ARGS{'AddMoreAttach'}) && ($ARGS{'id'} eq 'new')) { # new ticket?
     $m->comp('Display.html', %ARGS);
-    return();
+    $m->comp('/Elements/Footer');
+    $m->abort();
 }
 </%INIT>
 


More information about the Rt-commit mailing list