fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12565] class.bojasper.inc


From: Saul
Subject: [Fmsystem-commits] [12565] class.bojasper.inc
Date: Wed, 07 Jan 2015 23:32:27 +0000

Revision: 12565
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12565
Author:   psaul
Date:     2015-01-07 23:32:27 +0000 (Wed, 07 Jan 2015)
Log Message:
-----------
class.bojasper.inc

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

Modified: branches/dev-syncromind/property/inc/class.bojasper.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bojasper.inc.php 2015-01-07 
23:32:09 UTC (rev 12564)
+++ branches/dev-syncromind/property/inc/class.bojasper.inc.php 2015-01-07 
23:32:27 UTC (rev 12565)
@@ -96,10 +96,12 @@
                        $this->app                      = isset($data['app']) 
&& $data['app'] ? $data['app'] : $GLOBALS['phpgw_info']['flags']['currentapp'];
                }
 
-               public function read()
+               public function read($data = array())
                {
-                       $jasper = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'app' => $this->app,'allrows' => 
$this->allrows));
+                       /*$jasper = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+                               'app' => $this->app,'allrows' => 
$this->allrows));*/
+            $jasper = $this->so->read($data);
+            
                        $vfs = CreateObject('phpgwapi.vfs');
                        $vfs->override_acl = 1;
 




reply via email to

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