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.12 c


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

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

Modified Files:
        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.12
diff -C2 -r1.11 -r1.12
*** class.sobilling.inc.php     7 Jan 2002 10:50:42 -0000       1.11
--- class.sobilling.inc.php     22 Jan 2002 21:07:57 -0000      1.12
***************
*** 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.16
diff -C2 -r1.15 -r1.16
*** class.sodeliveries.inc.php  7 Jan 2002 10:50:42 -0000       1.15
--- class.sodeliveries.inc.php  22 Jan 2002 21:07:57 -0000      1.16
***************
*** 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.6
diff -C2 -r1.5 -r1.6
*** class.sostatistics.inc.php  11 Jan 2002 00:40:18 -0000      1.5
--- class.sostatistics.inc.php  22 Jan 2002 21:07:57 -0000      1.6
***************
*** 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]