[Rt-commit] r20083 - rt/3.8/trunk/share/html/Dashboards
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jul 1 18:56:27 EDT 2009
Author: sartak
Date: Wed Jul 1 18:56:26 2009
New Revision: 20083
Modified:
rt/3.8/trunk/share/html/Dashboards/Render.html
Log:
Collect the value of HomeRefreshInterval and stick it into the session
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:56:26 2009
@@ -123,6 +123,10 @@
);
};
+if ($ARGS{'HomeRefreshInterval'}) {
+ $session{'home_refresh_interval'} = $ARGS{'HomeRefreshInterval'};
+}
+
</%INIT>
<%ARGS>
$id => undef
More information about the Rt-commit
mailing list