summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 332bd21)
raw | patch | inline | side by side (parent: 332bd21)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 06:24:54 +0000 (06:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 06:24:54 +0000 (06:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3889 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_plugin.inc | patch | blob | history |
index df9412f90b03c70d953e11bfe7dd009a7430bd73..323fbeddfe0f7ae6aa49bc964e70fec496fa73a1 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
$once = false;
$this->snapDialog = new SnapShotDialog($this->config,$baseSuffixe,$this);
$this->snapDialog->display_restore_dialog = true;
- $this->snapDialog->DeletedOnes = true;
+ $this->snapDialog->display_all_removed_objects = true;
}
}