summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15b1124)
raw | patch | inline | side by side (parent: 15b1124)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 May 2007 05:56:36 +0000 (05:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 May 2007 05:56:36 +0000 (05:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6312 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index 173199d0a0f34d7400c636a719c4e7790a9cfcfc..0198c4b1dd5d1b23f906775e462319778339fc99 100644 (file)
if(isset($_POST['outside_groups_dialog_perform'])){
$this->migrate_outside_groups(TRUE);
- $this->search_outside_groups();
$this->dialog = FALSE;
$this->show_details = FALSE;
$this->outside_groups_dialog = FALSE;
+ $this->initialize_checks();
}
if(isset($_POST['outside_groups_dialog'])){
if(isset($_POST['outside_users_dialog_perform'])){
$this->migrate_outside_users(TRUE);
- $this->search_outside_users();
+ $this->initialize_checks();
$this->dialog = FALSE;
$this->show_details = FALSE;
$this->outside_users_dialog = FALSE;