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


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.1,1.2
Date: Wed, 10 Apr 2002 14:30:35 -0400

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

Modified Files:
        class.schema_proc_mysql.inc.php 
Log Message:
Fix for a call by reference.

Index: class.schema_proc_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.schema_proc_mysql.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.schema_proc_mysql.inc.php     3 Mar 2002 21:48:34 -0000       1.1
--- class.schema_proc_mysql.inc.php     10 Apr 2002 18:30:33 -0000      1.2
***************
*** 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 = '';
***************
*** 246,250 ****
                                        $scale = $scales[1];
                                }
!                               $this->rTranslateType($colinfo[0], $prec, 
$scale, &$type);
  
                                if ($oProc->m_odb->f(2) == 'YES')
--- 246,250 ----
                                        $scale = $scales[1];
                                }
!                               $this->rTranslateType($colinfo[0], $prec, 
$scale, $type);
  
                                if ($oProc->m_odb->f(2) == 'YES')




reply via email to

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