summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc20009)
raw | patch | inline | side by side (parent: bc20009)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 May 2006 07:16:06 +0000 (07:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 May 2006 07:16:06 +0000 (07:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3310 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 a9b3aff43b5c5f1ed492ce3c2d739b58a746e5c3..94e703c4998e369642d665d91e96f982ce2af250 100644 (file)
unset($attrs['ID']);
$this->handle = new glpiDB($this->data['SERVER'],$this->data['LOGIN'],$this->data['PASSWORD'],$this->data['DB']);
- print_a($attrs);
-
/* check if we have to update, add */
if($this->initialy_was_account&&$this->is_account){
$this->handle->updateComputerInformations($attrs,$this->orig_dn);