From ee919e85eb67fbd3395d4c67a9f5e6baa772981e Mon Sep 17 00:00:00 2001 From: Eric Knibbe <eric@lassosoft.com> Date: Mon, 28 Jan 2013 14:01:35 -0500 Subject: [PATCH] Update include/staff/directory.inc.php added missing 's' --- include/staff/directory.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/directory.inc.php b/include/staff/directory.inc.php index 22c19bdd9..1d44df3ef 100644 --- a/include/staff/directory.inc.php +++ b/include/staff/directory.inc.php @@ -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"> <input type="text" name="q" value="<?php echo Format::htmlchars($_REQUEST['q']); ?>" > <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 '. -- GitLab