fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12269] Fix owner filter


From: Sigurd Nes
Subject: [Fmsystem-commits] [12269] Fix owner filter
Date: Wed, 05 Nov 2014 12:57:37 +0000

Revision: 12269
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12269
Author:   sigurdne
Date:     2014-11-05 12:57:36 +0000 (Wed, 05 Nov 2014)
Log Message:
-----------
Fix owner filter

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uilocation.inc.php

Modified: branches/dev-syncromind/property/inc/class.uilocation.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uilocation.inc.php       
2014-11-05 12:02:48 UTC (rev 12268)
+++ branches/dev-syncromind/property/inc/class.uilocation.inc.php       
2014-11-05 12:57:36 UTC (rev 12269)
@@ -172,7 +172,8 @@
                                'district_id' => phpgw::get_var('district_id', 
'int'),
                                'status' => phpgw::get_var('status'),
                                'part_of_town_id' => 
phpgw::get_var('part_of_town_id', 'int'),
-                               'location_code' => 
phpgw::get_var('location_code')
+                               'location_code' => 
phpgw::get_var('location_code'),
+                               'filter'                => 
phpgw::get_var('filter', 'int')
                        );
 
                        //$values = $this->bo->read($params);




reply via email to

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