summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e1b91e)
raw | patch | inline | side by side (parent: 9e1b91e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Sep 2006 09:59:14 +0000 (09:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Sep 2006 09:59:14 +0000 (09:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4798 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_glpiAccount.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_glpiAccount.inc b/plugins/admin/systems/class_glpiAccount.inc
index 8fe8796309c71eef804a28b79e88138cae1b439e..12e677ba6cd337070c02f8cdbd82bd5ab39ca631 100644 (file)
/* System type management
*/
- if(isset($_POST['edit_type']) && $this->acl->acl_is_writeable("type")){
+ if(isset($_POST['edit_type']) && $this->acl_is_writeable("type")){
$this->dialog = true;
$this->edit_type=true;
}