[Rt-commit] r20084 - rt/3.8/trunk/share/html/Dashboards
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jul 1 18:58:06 EDT 2009
Author: sartak
Date: Wed Jul 1 18:58:06 2009
New Revision: 20084
Modified:
rt/3.8/trunk/share/html/Dashboards/Render.html
Log:
Revert "Collect the value of HomeRefreshInterval and stick it into the session"
Ruslan already improved this to happen for all pages.
Modified: rt/3.8/trunk/share/html/Dashboards/Render.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Render.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Render.html Wed Jul 1 18:58:06 2009
@@ -123,10 +123,6 @@
);
};
-if ($ARGS{'HomeRefreshInterval'}) {
- $session{'home_refresh_interval'} = $ARGS{'HomeRefreshInterval'};
-}
-
</%INIT>
<%ARGS>
$id => undef
More information about the Rt-commit
mailing list