fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11156] property: images from external url


From: Sigurd Nes
Subject: [Fmsystem-commits] [11156] property: images from external url
Date: Fri, 07 Jun 2013 08:33:55 +0000

Revision: 11156
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11156
Author:   sigurdne
Date:     2013-06-07 08:33:54 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
property: images from external url

Modified Paths:
--------------
    trunk/property/inc/class.uientity.inc.php

Modified: trunk/property/inc/class.uientity.inc.php
===================================================================
--- trunk/property/inc/class.uientity.inc.php   2013-06-07 07:41:53 UTC (rev 
11155)
+++ trunk/property/inc/class.uientity.inc.php   2013-06-07 08:33:54 UTC (rev 
11156)
@@ -2006,6 +2006,19 @@
 
                                        foreach ($output as $_dummy => 
$_substitute)
                                        {
+
+                                               /**
+                                               * Alternative
+                                               
+                                               $regex = "/__([\w]+)__/";
+                                               preg_match_all($regex, 
$_substitute, $matches);
+                                               foreach($matches[1] as 
$__substitute)
+                                               {
+                                                       $_values[] = 
urlencode($values[$__substitute]);                                              
                   
+                                               }
+                                               */
+
+
                                                $_keys[] = $_substitute;
        
                                                $__value = false;




reply via email to

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