From 359aa7b476cbe4d0c028b6552b7e291ba6e4b803 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 30 Nov 2010 10:08:32 +0000 Subject: [PATCH] Reenabled autocomplete in chrome browser. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20414 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/autocomplete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/autocomplete.php b/gosa-core/html/autocomplete.php index 9256a69ca..fa48fab57 100644 --- a/gosa-core/html/autocomplete.php +++ b/gosa-core/html/autocomplete.php @@ -40,7 +40,7 @@ if (isset($_GET['type']) && $_GET['type'] == "base" && isset($_GET['pid'])) { // Find dn based on name and description $pid = $_GET['pid']; - if (session::is_set("pathMapping_{$pid}") && count($_POST) == 1) { + if (session::is_set("pathMapping_{$pid}")){ $res= ""; $pathMapping= session::get("pathMapping_{$pid}"); $department_info= session::get("department_info_{$pid}"); -- 2.30.2