From 5fb653003431e476649052b9712ef1038aac6328 Mon Sep 17 00:00:00 2001 From: tomashastings <tomas@hastings.nl> Date: Tue, 9 Apr 2013 13:45:07 +0300 Subject: [PATCH] Update staffmembers.inc.php Typo --- include/staff/staffmembers.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/staffmembers.inc.php b/include/staff/staffmembers.inc.php index 08877d02a..dcf708aa7 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 '. -- GitLab