summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0095c50)
raw | patch | inline | side by side (parent: 0095c50)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Oct 2006 04:43:55 +0000 (04:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Oct 2006 04:43:55 +0000 (04:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4899 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/addressbook/class_addressbook.inc | patch | blob | history |
diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc
index 710df937a49110206a00bb866963702c6c533424..e7c97d1a80bd06e89cff08eeee0e08c248dd42a7 100644 (file)
switch ($_GET['global']){
case "add":
$this->dn= "new";
- $this->orig_cn= "";
+ $this->orig_cn= "";
/* Clean values */
foreach ($this->attributes as $name){
$this->$name= "";
}
+ $this->saved_attributes= array();
$this->storage_base= $this->config->current["BASE"];
break;
+
case "edit":
/* Clean values */
foreach ($this->attributes as $name){