summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c467d2)
raw | patch | inline | side by side (parent: 6c467d2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Sep 2007 12:48:12 +0000 (12:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Sep 2007 12:48:12 +0000 (12:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7330 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_tabs.inc | patch | blob | history |
diff --git a/include/class_tabs.inc b/include/class_tabs.inc
index cb9bee89d25a57f9f2f73761a9743e3d3c9ec99e..10dcf26c92ba6073501357ea4ac8813d0da95fcf 100644 (file)
--- a/include/class_tabs.inc
+++ b/include/class_tabs.inc
function delete()
{
/* Check if all plugins will ACK for deletion */
-echo "F";
foreach (array_reverse($this->by_object) as $key => $obj){
$reason= $obj->allow_remove();
if ($reason != ""){
}
/* Delete for all plugins */
-echo "F";
foreach (array_reverse($this->by_object) as $obj){
$obj->remove_from_parent();
}