phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.gdimage.inc.php, 1.7


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.gdimage.inc.php, 1.7
Date: Tue, 1 Jun 2004 17:44:37 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: 
          class.gdimage.inc.php

date: 2004/06/01 15:44:37;  author: ceb;  state: Exp;  lines: +2 -2

Log Message:
update
=====================================================================
Index: phpgwapi/inc/class.gdimage.inc.php
diff -u phpgwapi/inc/class.gdimage.inc.php:1.6 
phpgwapi/inc/class.gdimage.inc.php:1.7
--- phpgwapi/inc/class.gdimage.inc.php:1.6      Mon May 17 14:54:42 2004
+++ phpgwapi/inc/class.gdimage.inc.php  Tue Jun  1 15:44:37 2004
@@ -325,11 +325,11 @@
                        return True;
                }
 
-               function draw_rectangle($x_start, $y_start, $x_end, $y_end, 
$style = 'filled')
+               function draw_rectangle($data = 0, $style = 'filled')
                {
                        if ($style == 'filled')
                        {
-                               imagefilledrectangle ($this->hImage, $x_start, 
$y_start, $x_end, $y_end,$this->hColor);
+                               imagefilledrectangle ($this->hImage, $data[0], 
$data[1], $data[2], $data[3],$this->hColor);
                        }
                        return True;
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]