summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9699a8)
raw | patch | inline | side by side (parent: c9699a8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 May 2007 06:13:39 +0000 (06:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 May 2007 06:13:39 +0000 (06:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6313 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index 0198c4b1dd5d1b23f906775e462319778339fc99..93e7cff77f0d5dcd264f90db909de47247f3272b 100644 (file)
/* Start migration */
if(isset($_POST['users_visible_migrate_migrate'])){
if($this->migrate_gosaAccounts()){
- $this->check_gosaAccounts();
+ $this->initialize_checks();
$this->dialog = FALSE;
- $this->show_details = FALSE;
+ $this->show_details = FALSE;
$this->users_migration_dialog = FALSE;
}
}