Browse Source

Forgot one {

Thijs Kinkhorst 23 years ago
parent
commit
7e1b411889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/abook_ldap_server.php

+ 1 - 1
functions/abook_ldap_server.php

@@ -128,7 +128,7 @@ class abook_ldap_server extends addressbook_backend {
         if($this->charset == 'utf-8') {
             if(function_exists('utf8_decode')) {
                 return utf8_decode($str);
-            } else
+            } else {
                 return $str;
             }
         } else {