phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.sogab.inc.php,1.1,1.2 class.s


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.sogab.inc.php,1.1,1.2 class.soproperty.inc.php,1.14,1.15
Date: Tue, 06 May 2003 16:01:03 -0400

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

Modified Files:
        class.sogab.inc.php class.soproperty.inc.php 
Log Message:
no message

Index: class.sogab.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sogab.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.sogab.inc.php 6 May 2003 18:55:00 -0000       1.1
--- class.sogab.inc.php 6 May 2003 20:01:01 -0000       1.2
***************
*** 239,243 ****
                                while ($this->db->next_record())
                                {
!                                       
if(!$this->exist_gab_location($gab['gab_id'],$this->db->f('location_code')))
                                        {
                                                $gab_insert[] = 
array('location_code'=> $this->db->f('location_code'),
--- 239,243 ----
                                while ($this->db->next_record())
                                {
!                                       
if(!$this->exist_gab_location($gab_id,$this->db->f('location_code')))
                                        {
                                                $gab_insert[] = 
array('location_code'=> $this->db->f('location_code'),

Index: class.soproperty.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soproperty.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.soproperty.inc.php    8 Apr 2003 12:38:09 -0000       1.14
--- class.soproperty.inc.php    6 May 2003 20:01:01 -0000       1.15
***************
*** 173,177 ****
                        $property['generellinfo'] = 
$this->db->db_addslashes($property['generellinfo']);
  
!                       $this->db->query("INSERT INTO fm_property 
(location_code, 
property_id,bydel_id,owner,access,entry_date,name,general_address,cat_id,generellinfo)
 "
                                . "VALUES ('" . $property['property_id'] . 
"','" . $property['property_id'] . "','" . $property['part_of_town_id'] . "','" 
. $this->account . "','" . $property['access'] . "','" . time() . "','" . 
$property['name']
                                . "','" . $property['general_address'] ."','" . 
$property['cat_id'] ."','" . $property['generellinfo']. "')",__LINE__,__FILE__);
--- 173,177 ----
                        $property['generellinfo'] = 
$this->db->db_addslashes($property['generellinfo']);
  
!                       $this->db->query("INSERT INTO fm_property 
(location_code, 
property_id,part_of_town_id,owner,access,entry_date,name,general_address,cat_id,generellinfo)
 "
                                . "VALUES ('" . $property['property_id'] . 
"','" . $property['property_id'] . "','" . $property['part_of_town_id'] . "','" 
. $this->account . "','" . $property['access'] . "','" . time() . "','" . 
$property['name']
                                . "','" . $property['general_address'] ."','" . 
$property['cat_id'] ."','" . $property['generellinfo']. "')",__LINE__,__FILE__);





reply via email to

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