fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12996] tweak tabs


From: Sigurd Nes
Subject: [Fmsystem-commits] [12996] tweak tabs
Date: Mon, 13 Apr 2015 17:36:13 +0000

Revision: 12996
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12996
Author:   sigurdne
Date:     2015-04-13 17:36:12 +0000 (Mon, 13 Apr 2015)
Log Message:
-----------
tweak tabs

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-04-11 
16:30:41 UTC (rev 12995)
+++ branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-04-13 
17:36:12 UTC (rev 12996)
@@ -227,7 +227,7 @@
 
                        $i++;
                }
-               $selected = in_array($selection, $tab_map) ? 
$tab_map[$selection] : 0;
+               $selected = in_array($selection, $tab_map) ? 
(int)$tab_map[$selection] : 0;
 
                $disabled_js = '[' . implode(',', $disabled) . ']';
 




reply via email to

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