phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.soequipment.inc.php,1.9,1.10


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.soequipment.inc.php,1.9,1.10
Date: Fri, 04 Apr 2003 06:12:04 -0500

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

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

Index: class.soequipment.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soequipment.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.soequipment.inc.php   5 Mar 2003 14:31:49 -0000       1.9
--- class.soequipment.inc.php   4 Apr 2003 11:12:02 -0000       1.10
***************
*** 130,134 ****
                        . "     FROM fm_equipment $this->join"
                        . " fm_property ON fm_equipment.property_id = 
fm_property.property_id $this->join"
!                       . " boei_bydel ON fm_property.bydel_id = 
boei_bydel.bydel_id $this->join"
                        . " fm_equipment_type ON fm_equipment.equipment_type_id 
= fm_equipment_type.id "
                        . " WHERE  $filtermethod $querymethod  ";
--- 130,134 ----
                        . "     FROM fm_equipment $this->join"
                        . " fm_property ON fm_equipment.property_id = 
fm_property.property_id $this->join"
!                       . " fm_part_of_town ON fm_property.part_of_town_id = 
fm_part_of_town.id $this->join"
                        . " fm_equipment_type ON fm_equipment.equipment_type_id 
= fm_equipment_type.id "
                        . " WHERE  $filtermethod $querymethod  ";
***************
*** 163,167 ****
                                while (is_array($equipment_list) && 
list(,$equipment) = each($equipment_list))
                                {
!                                       $sql = "SELECT c,i,n,t from 
fm_equipment_attrib where equipment_id ='" . $equipment['equipment_id'] . "' 
and attrib_id='$filter'";
                                        
$this->db->query($sql,__LINE__,__FILE__);
                                        $this->db->next_record();
--- 163,167 ----
                                while (is_array($equipment_list) && 
list(,$equipment) = each($equipment_list))
                                {
!                                       $sql = "SELECT c,i,n,t from 
fm_equipment_attrib where entity_id ='" . $equipment['equipment_id'] . "' and 
attrib_id='$filter'";
                                        
$this->db->query($sql,__LINE__,__FILE__);
                                        $this->db->next_record();





reply via email to

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