summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1913b70)
raw | patch | inline | side by side (parent: 1913b70)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 09:08:01 +0000 (09:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 09:08:01 +0000 (09:08 +0000) |
-Do not write debug stuff.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9153 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9153 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reinstall.inc
index 4957ab226a5b36e5061c0d8584d5c800f9fd223f..b1cf8a5e8e8ce356f0b3c18e03f7bdf8826459a8 100644 (file)
{
$ret = DaemonEvent::save();
foreach(array("progress","status") as $attr){
- $ret[$attr] = $this->$attr;
+# $ret[$attr] = $this->$attr;
}
return($ret);
}