cvs: docweb /scripts gen_picture_info.php

[email protected] ("Philip Olson")
Newsgroups php.doc.web
Message-ID <cvsphilip1173946357@cvsserver>
philip		Thu Mar 15 08:12:37 2007 UTC

  Modified files:              
    /docweb/scripts	gen_picture_info.php 
  Log:
  JpGraph renamed Pos() to SetPos()
  
  
http://cvs.php.net/viewvc.cgi/docweb/scripts/gen_picture_info.php?r1=1.11&r2=1.12&diff_format=u
Index: docweb/scripts/gen_picture_info.php
diff -u docweb/scripts/gen_picture_info.php:1.11 docweb/scripts/gen_picture_info.php:1.12
--- docweb/scripts/gen_picture_info.php:1.11	Sat Nov 13 13:33:10 2004
+++ docweb/scripts/gen_picture_info.php	Thu Mar 15 08:12:37 2007
@@ -1,5 +1,5 @@
 <?php
-/* $Id: gen_picture_info.php,v 1.11 2004/11/13 13:33:10 nlopess Exp $ */
+/* $Id: gen_picture_info.php,v 1.12 2007/03/15 08:12:37 philip Exp $ */
 
 include '../include/jpgraph/jpgraph.php';
 include '../include/jpgraph/jpgraph_pie.php';
@@ -87,7 +87,7 @@
     $graph->subtitle->SetColor('darkred');
 
     $t1 = new Text(date('m/d/Y')); 
-    $t1->Pos(522,294);
+    $t1->SetPos(522,294);
     $t1->SetFont(FF_FONT1,FS_NORMAL);
     $t1->Align("right", 'bottom'); 
     $t1->SetColor("black");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.