phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.graphics.inc.php, 1.5.4.5


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.graphics.inc.php, 1.5.4.5
Date: Thu, 19 Aug 2004 08:48:57 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.graphics.inc.php

date: 2004/08/19 06:48:57;  author: powerstat;  state: Exp;  lines: +5 -6

Log Message:
phpdocs
=====================================================================
Index: phpgwapi/inc/class.graphics.inc.php
diff -u phpgwapi/inc/class.graphics.inc.php:1.5.4.4 
phpgwapi/inc/class.graphics.inc.php:1.5.4.5
--- phpgwapi/inc/class.graphics.inc.php:1.5.4.4 Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.graphics.inc.php Thu Aug 19 06:48:57 2004
@@ -18,12 +18,10 @@
        */
        class graphics
        {
-               /* put a valid font here */
-               var 
$font="/opt/future-project/src/management-server/ttf/arial.ttf";
+               var 
$font="/opt/future-project/src/management-server/ttf/arial.ttf"; // put a valid 
font here
 
                function createImage($_text, $_fontsize=11)
                {
-                       /* create filename */
                        $filename = 'button_' . md5($_text) . '.png';
                        $filename = strtolower($filename);
 
@@ -64,8 +62,9 @@
                        }
                }
 
-               // this function checks, if there is a variable $aaa_x and 
$aaa_y
-               // if so, it will create a new variable $aaa
+               /**
+               * Check for $aaa_x and $aaa_y and then create $aaa
+               */
                function parseHTTPPostVars()
                {
                        // execute only if libgd support is enabled




reply via email to

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