* Fixed intl. of addrbook_search_html.php
[squirrelmail.git] / plugins / administrator / options.php
index be1f0eb4e00270a691840ac946d624f50ab028f4..9a6ba6496c619c4f8c0b7a2cdd5a79070d254d37 100644 (file)
@@ -195,9 +195,12 @@ foreach ( $newcfg as $k => $v ) {
         $type = SMOPT_TYPE_THEME;
     } else if ( substr( $k, 0, 9 ) == '$plugins[' ) {
         $type = SMOPT_TYPE_PLUGINS;
+    } else if ( substr( $k, 0, 13 ) == '$ldap_server[' ) {
+        $type = SMOPT_TYPE_LDAP;
     }
 
     switch ( $type ) {
+    case SMOPT_TYPE_LDAP:
     case SMOPT_TYPE_PLUGINS:
     case SMOPT_TYPE_THEME:
     case SMOPT_TYPE_HIDDEN: