phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.soinvoice.inc.php,1.15,1.16


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.soinvoice.inc.php,1.15,1.16
Date: Tue, 18 Mar 2003 06:19:26 -0500

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv16046/inc

Modified Files:
        class.soinvoice.inc.php 
Log Message:
no message

Index: class.soinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soinvoice.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** class.soinvoice.inc.php     8 Mar 2003 22:23:15 -0000       1.15
--- class.soinvoice.inc.php     18 Mar 2003 11:19:23 -0000      1.16
***************
*** 817,821 ****
                {
  
!                       $sql = "SELECT * FROM fm_admin $this->join 
phpgw_accounts on phpgw_accounts.account_id=fm_admin.account_id where 
sub_module ='invoice' ";
                        $this->db->query($sql,__LINE__,__FILE__);
                        while ($this->db->next_record())
--- 817,821 ----
                {
  
!                       $sql = "SELECT * FROM fm_acl2 $this->join 
phpgw_accounts on phpgw_accounts.account_id=fm_acl2.acl_account where 
acl_location ='.invoice' ";
                        $this->db->query($sql,__LINE__,__FILE__);
                        while ($this->db->next_record())





reply via email to

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