diff --git a/auto.php b/auto.php --- a/auto.php +++ b/auto.php @@ -77,7 +77,7 @@ if (!$getsections && count($term_parts) foreach ($deptartments as $key => $department) { if (!strncmp($department, $dept, $term_strlen)) - $departments[$key] = $department . '-'; + $departments[$key] = $department; else unset($departments[$key]); }