fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9430] property: simplify


From: Sigurd Nes
Subject: [Fmsystem-commits] [9430] property: simplify
Date: Wed, 23 May 2012 21:31:46 +0000

Revision: 9430
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9430
Author:   sigurdne
Date:     2012-05-23 21:31:45 +0000 (Wed, 23 May 2012)
Log Message:
-----------
property: simplify

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

Modified: trunk/property/inc/class.solocation.inc.php
===================================================================
--- trunk/property/inc/class.solocation.inc.php 2012-05-23 11:41:19 UTC (rev 
9429)
+++ trunk/property/inc/class.solocation.inc.php 2012-05-23 21:31:45 UTC (rev 
9430)
@@ -1831,7 +1831,7 @@
                                $values[] = array
                                (
                                        'id'    =>  $id,
-                                       'name'  =>  $id . ' :: ' 
.$this->db->f('name')
+                                       'name'  =>  $this->db->f('name')
                                );
                        }
                        return $values;




reply via email to

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