phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.bolocation.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.bolocation.inc.php
Date: Mon, 04 Dec 2006 12:43:20 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/12/04 12:43:20

Modified files:
        inc            : class.bolocation.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.bolocation.inc.php?cvsroot=phpgroupware&r1=1.26&r2=1.27

Patches:
Index: class.bolocation.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.bolocation.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- class.bolocation.inc.php    24 Nov 2006 14:49:02 -0000      1.26
+++ class.bolocation.inc.php    4 Dec 2006 12:43:19 -0000       1.27
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage location
-       * @version $Id: class.bolocation.inc.php,v 1.26 2006/11/24 14:49:02 
sigurdne Exp $
+       * @version $Id: class.bolocation.inc.php,v 1.27 2006/12/04 12:43:19 
sigurdne Exp $
        */
 
        /**
@@ -335,13 +335,12 @@
                                }
                        }
 
-
                        $config_count =count($config);
                        for ($j=0;$j<$config_count;$j++)
                        {
                                if($config[$j]['location_type'] <= 
$data['type_id'] && $config[$j]['lookup_form'] )
                                {
-                                       
if($config[$j]['column_name']=='street_id'):
+                                       
if($config[$j]['column_name']=='street_id' && 
$location_types[($data['type_id']-1)]['list_address']==1):
                                        {
                                                
$location['location'][$i]['input_name']                         = 
$config[$j]['column_name'];
                                                $input_name[]                   
                                                        = 'street_id';




reply via email to

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