phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/class.base.php, 1.1.1.1.2.32


From: nomail
Subject: [Phpgroupware-cvs] api/class.base.php, 1.1.1.1.2.32
Date: Sun, 20 Jun 2004 18:43:27 +0200

Update of /api
Modified Files:
        Branch: proposal-branch
          class.base.php

date: 2004/06/20 16:43:27;  author: jengo;  state: Exp;  lines: +2 -2

Log Message:
Patch for preferences not being saved
=====================================================================
Index: api/class.base.php
diff -u api/class.base.php:1.1.1.1.2.31 api/class.base.php:1.1.1.1.2.32
--- api/class.base.php:1.1.1.1.2.31     Sat May 15 02:29:53 2004
+++ api/class.base.php  Sun Jun 20 16:43:27 2004
@@ -583,7 +583,7 @@
                                {
                                        foreach ($args['new_prefs'] as $key => 
$value)
                                        {
-                                               
$GLOBALS['phpgw']->prefs->set($args['appname'] . '.' . 
$key,(string)$value,$GLOBALS['phpgw_data']['user']['id']);
+                                               
$GLOBALS['phpgw']->prefs->set($key,(string)$value,$GLOBALS['phpgw_data']['user']['id']);
                                        }
                                }
                                $GLOBALS['msgbox']->add(lang('Preferences have 
been saved'), 'notice');




reply via email to

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