summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2654833)
raw | patch | inline | side by side (parent: 2654833)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Aug 2005 14:43:36 +0000 (14:43 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index dfb346ca3866b5d0b7a5ac7685d9f99774405017..4d9b89b415adee2024276e12725deef6e92d4359 100644 (file)
var $macrostillavailable = false;
var $generate_error = "";
var $a_old_telenums = array();
- var $uid;
- var $cn;
/* CLI vars */
var $cli_summary = "Manage users phone account";
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");
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;