From f0f463e0ccf914f2464af38369a2028269761ba1 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 30 Sep 2013 22:15:56 +0200 Subject: [PATCH] tell where the error happened --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);
-- 
2.39.2