Code

Activated proper state submission
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Aug 2005 14:43:36 +0000 (14:43 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Aug 2005 14:43:36 +0000 (14:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1191 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/class_phoneAccount.inc

index dfb346ca3866b5d0b7a5ac7685d9f99774405017..4d9b89b415adee2024276e12725deef6e92d4359 100644 (file)
@@ -24,8 +24,6 @@ class phoneAccount extends plugin
   var $macrostillavailable    = false;
   var $generate_error         = "";
   var $a_old_telenums           = array();
-  var $uid;
-  var $cn;
 
   /* CLI vars */
   var $cli_summary            = "Manage users phone account";
@@ -33,7 +31,7 @@ class phoneAccount extends plugin
   var $cli_parameters         = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
 
   /* attribute list for save action */
-  var $attributes             = array("goFonDeliveryMode", "goFonFormat",
+  var $attributes             = array("goFonDeliveryMode", "goFonFormat", "uid",
       "goFonHardware", "goFonPIN", "telephoneNumber", "goFonMacro","macro");
   var $objectclasses= array("goFonAccount");
 
@@ -467,15 +465,6 @@ class phoneAccount extends plugin
       return ($display);
     }
 
-    /* force postmodify event, to restart phones */
-    if ($this->parent != NULL){
-      $this->parent->by_object['user']->is_modified=TRUE;
-      $this->is_modified= TRUE; 
-
-      $this->uid = $this->parent->by_object['user']->uid;
-      $this->cn  = $this->parent->by_object['user']->cn;
-    }
-
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;