summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e3300d)
raw | patch | inline | side by side (parent: 6e3300d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2007 12:15:04 +0000 (12:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 May 2007 12:15:04 +0000 (12:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6228 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index fb7861a1e3b8efff0421829b7e78fe950026ac99..42288d6aa9ff7a3105f9318d483e03ddfde3e8f5 100644 (file)
if(isset($_POST['create_admin_user'])){
$this->create_admin_user();
+ $this->dialog = FALSE;
}
if($this->acl_create_dialog){
function save_object()
{
+ $this->is_completed= TRUE;
+
/* Capture all selected winstations from outside_winstations_dialog */
if($this->outside_winstations_dialog){
foreach($this->outside_winstations as $dn => $data){