|
From: Benjamin C. <bc...@us...> - 2001-08-06 01:59:52
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv5503
Modified Files:
report.php
Log Message:
Add a title
Index: report.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/report.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- report.php 2001/08/04 03:59:56 1.5
+++ report.php 2001/08/06 01:59:49 1.6
@@ -66,7 +66,10 @@
$t->set_file('wrap','wrap.html');
$t->set_file('content','report.html');
-$t->set_var('projects', build_select('Project', $projectid));
+$t->set_var(array(
+ 'projects' => build_select('Project', $projectid),
+ 'TITLE' => 'Reporting'
+ ));
resolution_by_engineer($projectid);
|