Author: ralfbecker
New Revision: 55918
URL: http://svn.stylite.de/viewvc/egroupware?rev=55918&view=rev
Log:
use add method instead of deprecated and not in Api\Preferences existing method change
Modified:
trunk/jdots/inc/class.jdots_framework.inc.php
— trunk/jdots/inc/class.jdots_framework.inc.php (original)
+++ trunk/jdots/inc/class.jdots_framework.inc.php Thu Apr 28 18:23:30 2016
@@ -804,7 +804,7 @@
//Store the order array inside the common user Api\Preferences
$GLOBALS['egw']->preferences->read_repository();
@@ -952,8 +952,8 @@
if ($store_prefs)
{
$GLOBALS[‘egw’]->preferences->read_repository();
-
$GLOBALS['egw']->preferences->change('common', 'open_tabs', implode(',',$open_tabs));
-
$GLOBALS['egw']->preferences->change('common', 'active_tab', $active_tab);
-
$GLOBALS['egw']->preferences->add('common', 'open_tabs', implode(',',$open_tabs));
-
$GLOBALS['egw']->preferences->add('common', 'active_tab', $active_tab);
$GLOBALS['egw']->preferences->save_repository(true);
}
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs