phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.42


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.42
Date: Wed, 5 Oct 2005 14:37:00 +0200

Update of phpgwapi/setup

Modified Files:
     Branch: Version-0_9_16-branch
            tables_update.inc.php lines: +2 -2

Log Message:
Applying patch #4039 (mssql support)

====================================================
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.41 
phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.42
--- phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.41  Fri Aug 26 01:40:22 2005
+++ phpgwapi/setup/tables_update.inc.php        Wed Oct  5 12:37:20 2005
@@ -673,7 +673,7 @@
                                {
                                        if (!empty($app) && count($pref))
                                        {
-                                               $app = addslashes($app);
+                                               $app = 
$GLOBALS['phpgw_setup']->db->db_addslashes($app);
                                                $pref = serialize($pref);
                                                $db2->query("INSERT INTO 
phpgw_preferences".
                                                        " 
(preference_owner,preference_app,preference_value)".






reply via email to

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