phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.2


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.2,1.3
Date: Thu, 11 Apr 2002 02:11:46 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv23131/inc

Modified Files:
        class.schema_proc_mysql.inc.php 
Log Message:
fixed php3 support problem

Index: class.schema_proc_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.schema_proc_mysql.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.schema_proc_mysql.inc.php     10 Apr 2002 18:30:33 -0000      1.2
--- class.schema_proc_mysql.inc.php     11 Apr 2002 06:11:44 -0000      1.3
***************
*** 120,124 ****
  
                /* Inverse of above, convert sql column types to array info */
!               function rTranslateType($sType, $iPrecision = 0, $iScale = 0, 
&$sTranslated = '')
                {
                        $sTranslated = '';
--- 120,124 ----
  
                /* Inverse of above, convert sql column types to array info */
!               function rTranslateType($sType, $iPrecision = 0, $iScale = 0, 
$sTranslated = '')
                {
                        $sTranslated = '';




reply via email to

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