summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 00a582f)
raw | patch | inline | side by side (parent: 00a582f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Apr 2008 08:01:55 +0000 (08:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Apr 2008 08:01:55 +0000 (08:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10492 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/class_applicationManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/class_applicationManagement.inc b/gosa-plugins/goto/admin/applications/class_applicationManagement.inc
index db673c490b5cc08ba4c91e0da94ebd5e5220f94c..bd0ebb2e29abb73f5fd37e6b293ad5c6c9aba122 100644 (file)
return(gen_locked_message($user,$this->dns));
}
- $dns_names[] = array();
+ $dns_names = array();
foreach($this->dns as $dn){
add_lock ($dn, $this->ui->dn);
$dns_names[] =@LDAP::fix($dn);