]> git.sur5r.net Git - contagged/blobdiff - inc/functions.php
tell where the error happened
[contagged] / inc / functions.php
index f2db92f7837c9201f7385f5dcce017f3ac0f2859..301148c63b91a53693e4cf6f29e3667dd3b54297 100644 (file)
@@ -344,7 +344,7 @@ function ldap_store_objectclasses($dn,$classes){
   $add['objectClass'] = $set;
 
   $r = @ldap_mod_replace($LDAP_CON,$dn,$add);
-  tpl_ldaperror();
+  tpl_ldaperror('store object classes');
 
 /*  print '<pre>';
   print_r($set);