summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bfc59eb)
raw | patch | inline | side by side (parent: bfc59eb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jan 2006 08:01:08 +0000 (08:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jan 2006 08:01:08 +0000 (08:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2452 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_ldap.inc | patch | blob | history |
diff --git a/include/class_ldap.inc b/include/class_ldap.inc
index da97d151d546379a911fb3ee5d70e77c2bb71e41..c22730ab1c831e4bdec6e6301d5777e693616ece 100644 (file)
--- a/include/class_ldap.inc
+++ b/include/class_ldap.inc
/* Add this entry */
$this->modify($attr);
- //echo $this->error;
}
}else{
if(!count($a)){
$this->add($attr);
}
- //echo $this->error;
if($this->error != "Success"){
/* Some error occured */