X-Git-Url: https://git.sur5r.net/?p=contagged;a=blobdiff_plain;f=inc%2Ffunctions.php;h=301148c63b91a53693e4cf6f29e3667dd3b54297;hp=f2db92f7837c9201f7385f5dcce017f3ac0f2859;hb=f0f463e0ccf914f2464af38369a2028269761ba1;hpb=53514cb54a136c9b663b50a3f7b499d068f16601 diff --git a/inc/functions.php b/inc/functions.php index f2db92f..301148c 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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 '
';
   print_r($set);