diff --git a/include/staff/staffmembers.inc.php b/include/staff/staffmembers.inc.php index 08877d02a7ab51b35f974b83183e04fd32566406..dcf708aa72431a113c0203e72f618d60f8200e1f 100644 --- a/include/staff/staffmembers.inc.php +++ b/include/staff/staffmembers.inc.php @@ -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">— All Department —</option> + <option value="0">— All Departments —</option> <?php $sql='SELECT dept.dept_id, dept.dept_name,count(staff.staff_id) as users '. 'FROM '.DEPT_TABLE.' dept '.