Skip to content
Snippets Groups Projects
Commit 7de9abf0 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #543 from tomashastings/patch-1


Update staffmembers.inc.php

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 237604df 5fb65300
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ $query="$select $from $where GROUP BY staff.staff_id ORDER BY $order_by LIMIT ".
<form action="staff.php" method="GET" name="filter">
<input type="hidden" name="a" value="filter" >
<select name="did" id="did">
<option value="0">&mdash; All Department &mdash;</option>
<option value="0">&mdash; All Departments &mdash;</option>
<?php
$sql='SELECT dept.dept_id, dept.dept_name,count(staff.staff_id) as users '.
'FROM '.DEPT_TABLE.' dept '.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment