|
From: Benjamin C. <bc...@us...> - 2001-12-05 04:08:36
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv32078
Modified Files:
images.php
Log Message:
Updated for jpgraph v1.4
Index: images.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/images.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- images.php 2001/09/01 15:44:20 1.6
+++ images.php 2001/12/05 04:08:33 1.7
@@ -57,7 +57,7 @@
// Set A title for the plot
$graph->title->Set(sprintf("Bug Summary (%d bug%s)",
$totalbugs, $totalbugs == 1 ? '' : 's'));
- $graph->title->SetFont(FONT1,FS_BOLD);
+ $graph->title->SetFont(FF_FONT1,FS_BOLD);
$graph->legend->Pos(0.03, 0.5, 'right', 'center');
// Create
|