summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c807814)
raw | patch | inline | side by side (parent: c807814)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 07:32:44 +0000 (07:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 07:32:44 +0000 (07:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3358 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/main.inc | patch | blob | history |
index 8475c9d40d6dd4e7dcf8f61a62c1a35f5f7728cf..4512d6954a1e6100bb5995fe09cfcb2ebca35d3d 100644 (file)
$_SESSION['department']= new departmentManagement($config, $ui);
}
$department= $_SESSION['department'];
+
+ /* Show and save dialog */
$department->save_object();
$output= $department->execute();
sess_del ('department');
}
- /* Show and save dialog */
- $department->save_object();
-
$display.= $output;
-
$_SESSION['department']= $department;
}