fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7886] property: minor fix


From: Sigurd Nes
Subject: [Fmsystem-commits] [7886] property: minor fix
Date: Mon, 17 Oct 2011 13:45:53 +0000

Revision: 7886
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7886
Author:   sigurdne
Date:     2011-10-17 13:45:53 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
property: minor fix

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

Modified: trunk/property/inc/class.custom_fields.inc.php
===================================================================
--- trunk/property/inc/class.custom_fields.inc.php      2011-10-16 13:02:11 UTC 
(rev 7885)
+++ trunk/property/inc/class.custom_fields.inc.php      2011-10-17 13:45:53 UTC 
(rev 7886)
@@ -197,7 +197,6 @@
                                        }
                                        foreach ($attributes['choice'] as 
&$_choice)
                                        {
-                                               $_choice['name'] = 
"{$_choice['id']} {$_choice['name']}";
                                                $_choice['selected'] = 
$_choice['id'] == $attributes['value'] ? 1 : 0;
                                        }                                       
                                }




reply via email to

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