fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14251]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14251]
Date: Thu, 29 Oct 2015 22:17:17 +0000

Revision: 14251
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14251
Author:   nelson224
Date:     2015-10-29 22:17:16 +0000 (Thu, 29 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php

Modified: branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-10-29 
17:29:56 UTC (rev 14250)
+++ branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-10-29 
22:17:16 UTC (rev 14251)
@@ -302,8 +302,9 @@
 
                        $i++;
                }
-               $selected = in_array($selection, $tab_map) ? 
(int)$tab_map[$selection] : 0;
 
+               $selected = array_key_exists($selection, $tab_map) ? 
(int)$tab_map[$selection] : 0;
+
                $disabled_js = '[' . implode(',', $disabled) . ']';
 
                $output .= <<<HTML




reply via email to

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