fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13224]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13224]
Date: Mon, 18 May 2015 21:49:36 +0000

Revision: 13224
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13224
Author:   nelson224
Date:     2015-05-18 21:49:36 +0000 (Mon, 18 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uirequest.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-05-18 21:11:58 UTC (rev 13223)
+++ branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-05-18 21:49:36 UTC (rev 13224)
@@ -140,6 +140,12 @@
                                $search['value'] = $query;
                        }
                        
+                       if($start_date && empty($end_date)) 
+                       {
+                               $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
+                               $end_date = 
$GLOBALS['phpgw']->common->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$dateformat);
+                       }
+                       
                        $params = array(
                                'start' => phpgw::get_var('start', 'int', 
'REQUEST', 0),
                                'results' => phpgw::get_var('length', 'int', 
'REQUEST', 0),
@@ -617,7 +623,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
                        
                        $data = array(
-                               'datatable_name'        => $appname,
+                               'datatable_name'        => $appname. ': ' . 
$function_msg,
                                'form' => array(
                                        'toolbar' => array(
                                                'item' => array(




reply via email to

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