fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11238] add cookie in yui-wrapper


From: Sigurd Nes
Subject: [Fmsystem-commits] [11238] add cookie in yui-wrapper
Date: Mon, 29 Jul 2013 06:51:44 +0000

Revision: 11238
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11238
Author:   sigurdne
Date:     2013-07-29 06:51:42 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
add cookie in yui-wrapper

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

Modified: trunk/phpgwapi/inc/class.yui.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.yui.inc.php        2013-07-05 13:49:50 UTC (rev 
11237)
+++ trunk/phpgwapi/inc/class.yui.inc.php        2013-07-29 06:51:42 UTC (rev 
11238)
@@ -75,6 +75,10 @@
                                        $load = array("calendar{$_type}");
                                        break;
 
+                               case 'cookie':
+                                       $load = array("json{$_type}", 
"cookie{$_type}");
+                                       break;
+
                                case 'colorpicker':
                                case 'colourpicker': // be nice to the speakers 
of H.M. English :)
                                        $load = array("colorpicker{$_type}");




reply via email to

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