Code

Reenabled autocomplete in chrome browser.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 10:08:32 +0000 (10:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 10:08:32 +0000 (10:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20414 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/autocomplete.php

index 9256a69ca1d31428a42d53b16ca5fcd1136b00e4..fa48fab573908bef7cba7c8582f1a3b01ba9badf 100644 (file)
@@ -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}");