Skip to content
Snippets Groups Projects
Commit ee919e85 authored by Eric Knibbe's avatar Eric Knibbe
Browse files

Update include/staff/directory.inc.php

added missing 's'
parent c8165247
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ $query="$select $from $where GROUP BY staff.staff_id ORDER BY $order_by LIMIT ". ...@@ -65,7 +65,7 @@ $query="$select $from $where GROUP BY staff.staff_id ORDER BY $order_by LIMIT ".
<form action="directory.php" method="GET" name="filter"> <form action="directory.php" method="GET" name="filter">
<input type="text" name="q" value="<?php echo Format::htmlchars($_REQUEST['q']); ?>" > <input type="text" name="q" value="<?php echo Format::htmlchars($_REQUEST['q']); ?>" >
<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