]> git.sur5r.net Git - contagged/blobdiff - inc/template.php
Merge commit '75245bbc807b67247234c9103b162008c5b5b326' into cweiske
[contagged] / inc / template.php
index a86152092c22bce1dd12c3f257bfd9df02e12f4a..dc913bd07435df1397f9335dcae2996cbc1d26d5 100644 (file)
@@ -117,9 +117,9 @@ function tpl_ldaperror($message=""){
   if($errno){
     $__LDAPERROR__ .= ldap_err2str($errno);
     if(!empty($message)){
-      $__LDAPERROR__ .= "($message)";
+      $__LDAPERROR__ .= " ($message)";
     }elseif($errno == 4){
-      $__LDAPERROR__ .= "(You need to increase this limit in your server config)";
+      $__LDAPERROR__ .= " (You need to increase this limit in your server config)";
     }
     $__LDAPERROR__ .= '<br />';
   }