Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_update.inc
index 3571fc328a56db93341cd97cc3e14883377a8b7f..b645d219367c33a746b0e1970f3710a8276664a9 100644 (file)
@@ -53,6 +53,7 @@ class DaemonEvent_update 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_update.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);