Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_memcheck.inc
index ad160addfea9c2860632893b03cd0670a693d6c8..e7fd290803908f3df52e0324583b01657d84d769 100644 (file)
@@ -52,6 +52,7 @@ class DaemonEvent_memcheck extends DaemonEvent
     $smarty->assign("target_list" , $this->get_target_list());
     $smarty->assign("is_new"      , $this->is_new);
     $smarty->assign("timestamp"   , $this->get_time_select());
+    $smarty->assign("time_offset"   , $this->get_time_offset_select());
     $display.= $smarty->fetch(get_template_path('DaemonEvent_memcheck.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);