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, 1.2.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.bolocation.inc.php, 1.2.2.1
Date: Mon, 8 Nov 2004 14:57:50 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.bolocation.inc.php

date: 2004/11/08 13:57:50;  author: sigurdne;  state: Exp;  lines: +15 -0

Log Message:
no message
=====================================================================
Index: property/inc/class.bolocation.inc.php
diff -u property/inc/class.bolocation.inc.php:1.2 
property/inc/class.bolocation.inc.php:1.2.2.1
--- property/inc/class.bolocation.inc.php:1.2   Wed Jun  2 18:54:27 2004
+++ property/inc/class.bolocation.inc.php       Mon Nov  8 13:57:50 2004
@@ -335,6 +335,21 @@
                                        $location['location'][$i]['statustext'] 
                = lang('Klick this link to select') . ' ' . 
$location_types[($data[no_link]-2)]['name'];
                                }
 
+
+                               if($data['query_link'] && $i < 
($data['type_id']-1))
+                               {
+                                               for ($j=1;$j<$i+2;$j++)
+                                               {
+                                                       $temp_location[]= 
$data['values']['loc' . ($j)];
+                                               }
+
+
+                                       $data['link_data']['query_location']    
                = implode('-',$temp_location);
+                                       $location['location'][$i]['query_link'] 
                = $GLOBALS['phpgw']->link('/index.php',$data['link_data']);
+                                       unset($temp_location);
+                               }
+
+
                                $m=$i;
                        }
 




reply via email to

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