fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17146] api: notice


From: sigurdne
Subject: [Fmsystem-commits] [17146] api: notice
Date: Tue, 10 Oct 2017 04:03:07 -0400 (EDT)

Revision: 17146
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17146
Author:   sigurdne
Date:     2017-10-10 04:03:06 -0400 (Tue, 10 Oct 2017)
Log Message:
-----------
api: notice

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.uicommon_jquery.inc.php

Modified: trunk/phpgwapi/inc/class.uicommon_jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.uicommon_jquery.inc.php    2017-10-09 19:28:46 UTC 
(rev 17145)
+++ trunk/phpgwapi/inc/class.uicommon_jquery.inc.php    2017-10-10 08:03:06 UTC 
(rev 17146)
@@ -382,7 +382,7 @@
                                'lengthmenu' => array('_' => 
json_encode($lengthmenu)),
                                'lengthmenu_allrows' => array('_' => 
json_encode(array(-1, lang('all')))),
                                'csv_download' => array('_' => 
json_encode(array(
-                                               'show_button' => 
!!$GLOBALS['phpgw_info']['user']['preferences']['common']['csv_download'],
+                                               'show_button' => 
empty($GLOBALS['phpgw_info']['user']['preferences']['common']['csv_download']) 
? false : true,
                                                'title'                 => 
lang('download visible data')
                                                )
                                        ))




reply via email to

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