phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.sotts.php, 1.1.1.6


From: nomail
Subject: [Phpgroupware-cvs] property/class.sotts.php, 1.1.1.6
Date: Sun, 23 May 2004 06:21:26 -0000

Update of /property
Modified Files:
        Branch: 
          class.sotts.php

date: 2004/04/29 07:10:49;  author: sigurdne;  state: Exp;  lines: +3 -2

Log Message:
db_addslashes
=====================================================================
Index: property/class.sotts.php
diff -u property/class.sotts.php:1.1.1.5 property/class.sotts.php:1.1.1.6
--- property/class.sotts.php:1.1.1.5    Sat Apr 24 21:36:28 2004
+++ property/class.sotts.php    Thu Apr 29 07:10:49 2004
@@ -31,6 +31,7 @@
                        $this->soadmin_entity   = 
CreateObject($this->currentapp.'_soadmin_entity');
                        $this->dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
                        $this->fm_session       = 
CreateObject($this->currentapp.'_session');
+                       $this->functions        = 
CreateObject($this->currentapp.'_functions');
 
                }
 
@@ -439,10 +440,10 @@
                                $GLOBALS['phpgw_data']['user']['id'],
                                $ticket['assignedto'],
                                $ticket['group_id'],
-                               $this->db->db_addslashes($ticket['subject']),
+                               
$this->functions->db_addslashes($ticket['subject']),
                                $ticket['cat_id'],
                                'O',
-                               $this->db->db_addslashes($ticket['details']),
+                               
$this->functions->db_addslashes($ticket['details']),
                                $ticket['location_code'],
                                $address,
                                time(),




reply via email to

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