fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13160]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13160]
Date: Thu, 07 May 2015 17:29:42 +0000

Revision: 13160
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13160
Author:   nelson224
Date:     2015-05-07 17:29:40 +0000 (Thu, 07 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uientity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uientity.inc.php 2015-05-07 
14:10:14 UTC (rev 13159)
+++ branches/dev-syncromind/property/inc/class.uientity.inc.php 2015-05-07 
17:29:40 UTC (rev 13160)
@@ -670,10 +670,11 @@
                        $GLOBALS['phpgw_info']['flags'][nofooter] = true;
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = false;
 
-                       $start_date     = urldecode($this->start_date);
-                       $end_date       = urldecode($this->end_date);
+                       //$start_date   = urldecode($this->start_date);
+                       //$end_date     = urldecode($this->end_date);
 
-                       $list = 
$this->bo->read(array('entity_id'=>$this->entity_id,'cat_id'=>$this->cat_id,'allrows'=>true,'start_date'=>$start_date,'end_date'=>$end_date,
 'type' => $this->type));
+                       //$list = 
$this->bo->read(array('entity_id'=>$this->entity_id,'cat_id'=>$this->cat_id,'allrows'=>true,'start_date'=>$start_date,'end_date'=>$end_date,
 'type' => $this->type));
+                       $list = $this->query();
                        $uicols = $this->bo->uicols;
 
                        
$this->bocommon->download($list,$uicols['name'],$uicols['descr'],$uicols['input_type']);




reply via email to

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