fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13401] update date search


From: Sigurd Nes
Subject: [Fmsystem-commits] [13401] update date search
Date: Wed, 10 Jun 2015 13:09:25 +0000

Revision: 13401
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13401
Author:   sigurdne
Date:     2015-06-10 13:09:24 +0000 (Wed, 10 Jun 2015)
Log Message:
-----------
update date search

Modified Paths:
--------------
    trunk/property/inc/class.sotts.inc.php

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2015-06-10 12:32:10 UTC (rev 
13400)
+++ trunk/property/inc/class.sotts.inc.php      2015-06-10 13:09:24 UTC (rev 
13401)
@@ -400,7 +400,7 @@
                                $order_edit = 
$GLOBALS['phpgw']->acl->check('.ticket.order', PHPGW_ACL_EDIT, 'property');
                                $_end_date      = $end_date + 3600 * 16 + 
phpgwapi_datetime::user_timezone();
                                $_start_date    = $start_date - 3600 * 8 + 
phpgwapi_datetime::user_timezone();
-                               $filtermethod .= " $where 
(fm_tts_tickets.entry_date >= $_start_date AND fm_tts_tickets.entry_date <= 
$_end_date ";
+                               $filtermethod .= " $where 
(fm_tts_tickets.modified_date >= $_start_date AND fm_tts_tickets.modified_date 
<= $_end_date ";
 
                                if($order_add || $order_edit)
                                {




reply via email to

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