fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13026] class.boevent.inc


From: Saul
Subject: [Fmsystem-commits] [13026] class.boevent.inc
Date: Thu, 16 Apr 2015 22:32:38 +0000

Revision: 13026
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13026
Author:   psaul
Date:     2015-04-16 22:32:37 +0000 (Thu, 16 Apr 2015)
Log Message:
-----------
class.boevent.inc

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

Modified: branches/dev-syncromind/property/inc/class.boevent.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boevent.inc.php  2015-04-16 
22:31:50 UTC (rev 13025)
+++ branches/dev-syncromind/property/inc/class.boevent.inc.php  2015-04-16 
22:32:37 UTC (rev 13026)
@@ -162,13 +162,15 @@
                        $this->status_id        = $data['status_id'];
                }
 
-               public function read($dry_run='')
-               {
-                       $values = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'allrows'=>$this->allrows, 'location_id' => 
$this->location_id, 'user_id' => $this->user_id, 'dry_run'=>$dry_run,
-                               'status_id' => $this->status_id));
+               public function read($data = array())
+               {   
+//                     $values = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+//                     'allrows'=>$this->allrows, 'location_id' => 
$this->location_id, 'user_id' => $this->user_id, 'dry_run'=>$dry_run,
+//                     'status_id' => $this->status_id));
+            
+            $values = $this->so->read($data);
 
-                       static $locations = array();
+            static $locations = array();
                        static $urls = array();
                        $interlink      = CreateObject('property.interlink');
                        $dateformat     = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];




reply via email to

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