phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.sobilling.inc.php,1.11,1.11.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.sobilling.inc.php,1.11,1.11.2.1 class.sodeliveries.inc.php,1.15,1.15.2.1 class.sostatistics.inc.php,1.5,1.5.2.1
Date: Tue, 22 Jan 2002 16:11:07 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv16224/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.sobilling.inc.php class.sodeliveries.inc.php 
        class.sostatistics.inc.php 
Log Message:
fix

Index: class.sobilling.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.sobilling.inc.php,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** class.sobilling.inc.php     7 Jan 2002 10:50:42 -0000       1.11
--- class.sobilling.inc.php     22 Jan 2002 21:11:04 -0000      1.11.2.1
***************
*** 42,46 ****
                        switch ($dbtype)
                        {
!                               case 'psql':    $join = " JOIN "; break;
                                case 'mysql':   $join = " LEFT JOIN "; break;
                        }
--- 42,46 ----
                        switch ($dbtype)
                        {
!                               case 'pgsql':   $join = " JOIN "; break;
                                case 'mysql':   $join = " LEFT JOIN "; break;
                        }

Index: class.sodeliveries.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.sodeliveries.inc.php,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -C2 -r1.15 -r1.15.2.1
*** class.sodeliveries.inc.php  7 Jan 2002 10:50:42 -0000       1.15
--- class.sodeliveries.inc.php  22 Jan 2002 21:11:04 -0000      1.15.2.1
***************
*** 41,45 ****
                        switch ($dbtype)
                        {
!                               case 'psql':    $join = " JOIN "; break;
                                case 'mysql':   $join = " LEFT JOIN "; break;
                        }
--- 41,45 ----
                        switch ($dbtype)
                        {
!                               case 'pgsql':   $join = " JOIN "; break;
                                case 'mysql':   $join = " LEFT JOIN "; break;
                        }

Index: class.sostatistics.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.sostatistics.inc.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** class.sostatistics.inc.php  11 Jan 2002 00:40:18 -0000      1.5
--- class.sostatistics.inc.php  22 Jan 2002 21:11:04 -0000      1.5.2.1
***************
*** 70,74 ****
                                $join = " JOIN ";
                        }
!                       else
                        {
                                $join = " LEFT JOIN ";
--- 70,74 ----
                                $join = " JOIN ";
                        }
!                       elseif 
($GLOBALS['phpgw_info']['server']['db_type']=='mysql')
                        {
                                $join = " LEFT JOIN ";




reply via email to

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