phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/inc class.soelement.inc.php,1.12,1.13


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/inc class.soelement.inc.php,1.12,1.13
Date: Sun, 24 Feb 2002 21:59:30 -0500

Update of /cvsroot/phpgroupware/wcm/inc
In directory subversions:/tmp/cvs-serv19201

Modified Files:
        class.soelement.inc.php 
Log Message:
data type check

Index: class.soelement.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/inc/class.soelement.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.soelement.inc.php     25 Feb 2002 00:09:00 -0000      1.12
--- class.soelement.inc.php     25 Feb 2002 02:59:27 -0000      1.13
***************
*** 152,156 ****
                                        . "element_hf='"      . 
$this->element['element_hf'] . "',"
                                        . "element_version='" . 
$this->element['element_version'] . "', "
!                                       . "element_expire="   . 
intval($this->element['element_expire'])
                                        . " WHERE element_id=" . 
intval($elementid);
                                
$GLOBALS['phpgw']->db->query($sql,__LINE__,__FILE__);
--- 152,156 ----
                                        . "element_hf='"      . 
$this->element['element_hf'] . "',"
                                        . "element_version='" . 
$this->element['element_version'] . "', "
!                                       . "element_expire='"   . 
intval($this->element['element_expire']) . "'"
                                        . " WHERE element_id=" . 
intval($elementid);
                                
$GLOBALS['phpgw']->db->query($sql,__LINE__,__FILE__);
***************
*** 172,177 ****
                                . $element_info['element_type'] . "','"
                                . 
$GLOBALS['phpgw']->db->db_addslashes($element_info['element_source']) . "','"
!                               . $element_info['element_version'] . "',"
!                               . intval($element_info['element_expire']) . ","
                                . $element_info['element_hf'] . "')";
                        $GLOBALS['phpgw']->db->query($sql,__LINE__,__FILE__);
--- 172,177 ----
                                . $element_info['element_type'] . "','"
                                . 
$GLOBALS['phpgw']->db->db_addslashes($element_info['element_source']) . "','"
!                               . $element_info['element_version'] . "','"
!                               . intval($element_info['element_expire']) . "',"
                                . $element_info['element_hf'] . "')";
                        $GLOBALS['phpgw']->db->query($sql,__LINE__,__FILE__);




reply via email to

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