summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab5e50e)
raw | patch | inline | side by side (parent: ab5e50e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 08:37:53 +0000 (08:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 08:37:53 +0000 (08:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15870 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/class_department.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc
index 859ec3f9a52b4eab00a467a531c8d9022340bc02..634901a4d5134886d047c3e49dcdeaeca38fd0c7 100644 (file)
/* The parameter forces only to set must_be_tagged, and don't touch any objects
This will be done later */
$this->tag_objects(true);
-
- /* Optionally execute a command after we're done */
- $this->postcreate();
return(false);
}