|
From: Benjamin C. <bc...@us...> - 2002-01-23 14:25:30
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv690
Modified Files:
bug.php
Log Message:
Added js-driven select boxes for project selection
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- bug.php 2002/01/05 20:34:49 1.72
+++ bug.php 2002/01/23 14:25:24 1.73
@@ -677,6 +677,7 @@
$t->parse('reopenrow','rerow',true);
break;
}
+ $t->set_var('js', build_project_js());
// Show the attachments
$q->query("select * from ".TBL_ATTACHMENT." where bug_id = $bugid");
|