fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13042] class.boinvestment


From: Saul
Subject: [Fmsystem-commits] [13042] class.boinvestment
Date: Mon, 20 Apr 2015 22:49:19 +0000

Revision: 13042
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13042
Author:   psaul
Date:     2015-04-20 22:49:18 +0000 (Mon, 20 Apr 2015)
Log Message:
-----------
class.boinvestment

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

Modified: branches/dev-syncromind/property/inc/class.boinvestment.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boinvestment.inc.php     
2015-04-20 22:48:47 UTC (rev 13041)
+++ branches/dev-syncromind/property/inc/class.boinvestment.inc.php     
2015-04-20 22:49:18 UTC (rev 13042)
@@ -135,11 +135,12 @@
                        }
                }
 
-               function read()
+               function read($data = array())
                {
-
-                       $investment = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'filter' => $this->filter,'cat_id' => 
$this->cat_id,'part_of_town_id' => 
$this->part_of_town_id,'allrows'=>$this->allrows));
+            
+            $investment = $this->so->read($data);
+//                     $investment = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+//            'filter' => $this->filter,'cat_id' => 
$this->cat_id,'part_of_town_id' => 
$this->part_of_town_id,'allrows'=>$this->allrows));
                        $this->total_records = $this->so->total_records;
 
        /*              for ($i=0; $i<count($investment); $i++)




reply via email to

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