Code

Fixed printer removal
[gosa.git] / plugins / admin / systems / tabs_workstation.inc
index 4f59e1d5685e0f424a7d3aaca32240cb626af6da..bb5b892a8bb03beccefc975df930e8e561b15b7c 100644 (file)
@@ -10,11 +10,8 @@ class worktabs extends tabs
 
   function save_object($save_current= FALSE)
   {
+echo "Take care of the l attribute. It needs to be synced in case of workstations.";
     tabs::save_object($save_current);
-
-    /* Update reference, transfer variables */
-    $this->by_object['termstartup']->gotoTerminalPath=
-      $this->by_object['workgeneric']->gotoTerminalPath;
   }