[Rt-commit] r18046 - in rt/3.999/branches/merge_to_3.8.2: share/html/Dashboards

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:42:37 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:42:34 2009
New Revision: 18046

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/dhandler

Log:
 r19272 at sunnavys-mb:  sunnavy | 2009-01-29 22:24:38 +0800
 merged share/html/Dashboards/dhandler


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/dhandler
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/dhandler	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/dhandler	Thu Jan 29 09:42:34 2009
@@ -48,7 +48,6 @@
 <%INIT>
 if ($m->dhandler_arg =~ /^(\d+)/) {
     $m->comp('/Dashboards/Render.html', id => $1, %ARGS);
-    $m->abort;
 }
 else {
     $m->decline;


More information about the Rt-commit mailing list