fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12537]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12537]
Date: Mon, 05 Jan 2015 23:35:22 +0000

Revision: 12537
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12537
Author:   nelson224
Date:     2015-01-05 23:35:21 +0000 (Mon, 05 Jan 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.bolookup.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bolookup.inc.php 2015-01-05 
23:34:43 UTC (rev 12536)
+++ branches/dev-syncromind/property/inc/class.bolookup.inc.php 2015-01-05 
23:35:21 UTC (rev 12537)
@@ -295,8 +295,9 @@
                                        }
                                }
                        }
+                       $data['filter'] = $filter;
 
-                       $values = $sogeneric->read($data,$filter);
+                       $values = $sogeneric->read($data);
 
                        $this->total_records = $sogeneric->total_records;
 
@@ -340,10 +341,9 @@
                        return $ns3420;
                }
 
-               function read_phpgw_user()
+               function read_phpgw_user($data = array())
                {
-                       $phpgw_user = $this->so->read_phpgw_user(array('start' 
=> $this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'filter' => $this->filter,'cat_id' => 
$this->cat_id));
+                       $phpgw_user = $this->so->read_phpgw_user($data);
                        $this->total_records = $this->so->total_records;
 
                        return $phpgw_user;




reply via email to

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