fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13342] class.uigallery.inc


From: Saul
Subject: [Fmsystem-commits] [13342] class.uigallery.inc
Date: Wed, 03 Jun 2015 23:02:38 +0000

Revision: 13342
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13342
Author:   psaul
Date:     2015-06-03 23:02:37 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
class.uigallery.inc

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

Modified: branches/dev-syncromind/property/inc/class.uigallery.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uigallery.inc.php        
2015-06-03 22:58:51 UTC (rev 13341)
+++ branches/dev-syncromind/property/inc/class.uigallery.inc.php        
2015-06-03 23:02:37 UTC (rev 13342)
@@ -917,15 +917,17 @@
         
         public function query()
         {
+            $start_date = urldecode(phpgw::get_var('start_date'));
+            $end_date   = urldecode(phpgw::get_var('end_date'));
+//            $start_date      = urldecode($this->start_date);
+//                     $end_date = urldecode($this->end_date);
             
-            $start_date        = urldecode($this->start_date);
-                       $end_date = urldecode($this->end_date);
-            
             $search = phpgw::get_var('search');
                        $order = phpgw::get_var('order');
                        $draw = phpgw::get_var('draw', 'int');
                        $columns = phpgw::get_var('columns');
             
+            
             $params = array(
                 'start' => phpgw::get_var('start', 'int', 'REQUEST', 0),
                                'results' => phpgw::get_var('length', 'int', 
'REQUEST', 0),




reply via email to

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