phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.db_oracle.inc.php,1.6,1.6.2.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_oracle.inc.php,1.6,1.6.2.1
Date: Thu, 18 Apr 2002 15:14:20 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.db_oracle.inc.php 
Log Message:
Fix for Oracle support.

Index: class.db_oracle.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_oracle.inc.php,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** class.db_oracle.inc.php     28 Sep 2001 21:27:40 -0000      1.6
--- class.db_oracle.inc.php     18 Apr 2002 19:14:18 -0000      1.6.2.1
***************
*** 538,543 ****
                        while ($this->next_record())
                        {
!                               $info[$i]['table_name']      = 
$this->Record['table_name'];
!                               $info[$R]['tablespace_name'] = 
$this->Record['tablespace_name'];
                                $i++;
                        } 
--- 538,543 ----
                        while ($this->next_record())
                        {
!                               $info[$i]['table_name']      = 
strtolower($this->Record['table_name']);
!                               $info[$i]['tablespace_name'] = 
$this->Record['tablespace_name'];
                                $i++;
                        } 




reply via email to

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