fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13128] boalarm


From: Saul
Subject: [Fmsystem-commits] [13128] boalarm
Date: Thu, 30 Apr 2015 23:04:33 +0000

Revision: 13128
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13128
Author:   psaul
Date:     2015-04-30 23:04:32 +0000 (Thu, 30 Apr 2015)
Log Message:
-----------
boalarm

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

Modified: branches/dev-syncromind/property/inc/class.boalarm.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boalarm.inc.php  2015-04-30 
23:04:11 UTC (rev 13127)
+++ branches/dev-syncromind/property/inc/class.boalarm.inc.php  2015-04-30 
23:04:32 UTC (rev 13128)
@@ -135,10 +135,11 @@
                        return $this->so->read_single_method($id);
                }
 
-               function read()
+               function read($data = array())
                {
-                       $jobs = $this->so->read(array('id'=>'%','start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'filter' => 
$this->filter,'allrows'=>$this->allrows));
+//                     $jobs = $this->so->read(array('id'=>'%','start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+//                             'filter' => 
$this->filter,'allrows'=>$this->allrows));
+            $jobs = $this->so->read($data);
                        $this->total_records    = $this->so->total_records;
                        return $jobs;
                }




reply via email to

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