fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13978] clean value


From: Sigurd Nes
Subject: [Fmsystem-commits] [13978] clean value
Date: Mon, 21 Sep 2015 13:16:16 +0000

Revision: 13978
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13978
Author:   sigurdne
Date:     2015-09-21 13:16:15 +0000 (Mon, 21 Sep 2015)
Log Message:
-----------
clean value

Modified Paths:
--------------
    trunk/activitycalendar/inc/class.uicommon.inc.php

Modified: trunk/activitycalendar/inc/class.uicommon.inc.php
===================================================================
--- trunk/activitycalendar/inc/class.uicommon.inc.php   2015-09-21 08:20:17 UTC 
(rev 13977)
+++ trunk/activitycalendar/inc/class.uicommon.inc.php   2015-09-21 13:16:15 UTC 
(rev 13978)
@@ -22,7 +22,7 @@
                {
                        if(in_array($key, array_keys($array)))
                        {
-                               $result[$key] = $array[$key];
+                               $result[$key] = 
phpgw::clean_value($array[$key]);
                        }
                }
                return $result;




reply via email to

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