]> git.sur5r.net Git - contagged/blobdiff - inc/template.php
catch a few more LDAP errors and display them in a nicer way
[contagged] / inc / template.php
index 8ebe359f26c24a60e4e8339c1788537eca3fb54b..93095a182e60d956c1e892403f7769cd4431c76e 100644 (file)
@@ -97,7 +97,6 @@ function tpl_ldaperror($message=""){
     if(!empty($message)){
       $__LDAPERROR__ .= "($message)";
     }
-    $__LDAPERROR__ .= '\n';
   }
   $smarty->assign("LDAPERRORS",$__LDAPERROR__);
 }