summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad6970e)
raw | patch | inline | side by side (parent: ad6970e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Nov 2010 10:08:32 +0000 (10:08 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 9256a69ca1d31428a42d53b16ca5fcd1136b00e4..fa48fab573908bef7cba7c8582f1a3b01ba9badf 100644 (file)
// 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}");