From a0530a6ec0cb464ec6eaa63fd211c2ffbe6db9ad Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 08 Jun 2008 14:17:09 -0400
Subject: [PATCH] - option to disable autocompletion from selected LDAP address books (#1484922

---
 program/include/rcmail.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 6352f80..0b5bcdb 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -188,8 +188,8 @@
     }
     // try the first two chars
     else if (!isset($rcube_languages[$lang])) {
-      $short = $this->language_prop(substr($lang, 0, 2));
-      
+      $short = substr($lang, 0, 2);
+     
       // check if we have an alias for the short language code
       if (!isset($rcube_languages[$short]) && isset($rcube_language_aliases[$short])) {
         $lang = $rcube_language_aliases[$short];

--
Gitblit v1.9.1