|
From: Benjamin C. <bc...@us...> - 2001-08-23 12:53:53
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv15187
Modified Files:
query.php
Log Message:
Show the form with no statuses selected so you can see all bugs just by hitting submit
Index: query.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/query.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- query.php 2001/08/21 16:43:23 1.22
+++ query.php 2001/08/23 12:53:49 1.23
@@ -83,7 +83,7 @@
$t->set_var(array(
'js' => $js,
- 'status' => build_select('status',$q->grab_field("select status_id from status where status_name = 'New'")),
+ 'status' => build_select('status',$status),
'resolution' => build_select('resolution',$resolution),
'os' => build_select('os',-1), // Prevent the OS regex selection
'priority' => build_select('priority',$priority),
|