summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6993f63)
raw | patch | inline | side by side (parent: 6993f63)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Dec 2005 06:39:15 +0000 (06:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Dec 2005 06:39:15 +0000 (06:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2195 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index 1542bf1d093d511ce4eafe237e5fdef63c4d9a1f..e3950547193d81332833c462af33438a48360f46 100644 (file)
}
/* Department select */
- if(isset($_POST['base'])){
+ if((isset($_POST['base']))&&($s_action=="")){
$faifilter['base']=$_POST['base'];
}