Code

Added roomNumber to Terminal overview
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Oct 2006 04:43:55 +0000 (04:43 +0000)
committerhickert <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

index 710df937a49110206a00bb866963702c6c533424..e7c97d1a80bd06e89cff08eeee0e08c248dd42a7 100644 (file)
@@ -253,14 +253,16 @@ class addressbook extends plugin
                        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){