Skip to content
Snippets Groups Projects
Commit 5fb65300 authored by tomashastings's avatar tomashastings
Browse files

Update staffmembers.inc.php

Typo
parent f4c39bd6
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 ". ...@@ -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"> <form action="staff.php" method="GET" name="filter">
<input type="hidden" name="a" value="filter" > <input type="hidden" name="a" value="filter" >
<select name="did" id="did"> <select name="did" id="did">
<option value="0">&mdash; All Department &mdash;</option> <option value="0">&mdash; All Departments &mdash;</option>
<?php <?php
$sql='SELECT dept.dept_id, dept.dept_name,count(staff.staff_id) as users '. $sql='SELECT dept.dept_id, dept.dept_name,count(staff.staff_id) as users '.
'FROM '.DEPT_TABLE.' dept '. 'FROM '.DEPT_TABLE.' dept '.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment