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.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.3,1.4
Date: Thu, 11 Apr 2002 06:49:14 -0400

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

Modified Files:
        class.schema_proc_mysql.inc.php 
Log Message:
This has worked for awhile now in php3/4



Index: class.schema_proc_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.schema_proc_mysql.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.schema_proc_mysql.inc.php     11 Apr 2002 06:11:44 -0000      1.3
--- class.schema_proc_mysql.inc.php     11 Apr 2002 10:49:06 -0000      1.4
***************
*** 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]