From: Christian Weiske Date: Mon, 30 Sep 2013 20:15:56 +0000 (+0200) Subject: tell where the error happened X-Git-Tag: 0.8.0~6^2~7 X-Git-Url: https://git.sur5r.net/?p=contagged;a=commitdiff_plain;h=f0f463e0ccf914f2464af38369a2028269761ba1 tell where the error happened --- 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);