phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uientity.inc.php
Date: Mon, 02 Oct 2006 09:28:31 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/02 09:28:31

Modified files:
        inc            : class.uientity.inc.php 

Log message:
        fix

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

Patches:
Index: class.uientity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uientity.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- class.uientity.inc.php      27 Sep 2006 10:51:08 -0000      1.27
+++ class.uientity.inc.php      2 Oct 2006 09:28:31 -0000       1.28
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage entity
-       * @version $Id: class.uientity.inc.php,v 1.27 2006/09/27 10:51:08 
sigurdne Exp $
+       * @version $Id: class.uientity.inc.php,v 1.28 2006/10/02 09:28:31 
sigurdne Exp $
        */
 
        /**
@@ -788,13 +788,16 @@
                                $lookup_tenant=True;
                        }
 
+                       if($bypass && $location_code)
+                       {
+                               $category['location_level']= 
count(explode('-',$location_code));
+                       }
+                       
                        if(!$category['location_level'])
                        {
                                $category['location_level']= -1;
                        }
 
-
-
                        if($entity['location_form'] && 
$category['location_level'] > 0 )
                        {
                                
$location_data=$bolocation->initiate_ui_location(array(




reply via email to

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