phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: felamimail/inc class.bopreferences.inc.php,1.1.1


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/inc class.bopreferences.inc.php,1.1.1.1.2.5,1.1.1.1.2.6
Date: Wed, 05 Jun 2002 17:56:55 -0400

Update of /cvsroot/phpgroupware/felamimail/inc
In directory subversions:/tmp/cvs-serv22017/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.bopreferences.inc.php 
Log Message:
fixed a bug:
- one sql field was to short, so the cache was not working correctly
- update was not working because of missing tables_baseline.inc.php
- password from preferences was not restored



Index: class.bopreferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/inc/class.bopreferences.inc.php,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -C2 -r1.1.1.1.2.5 -r1.1.1.1.2.6
*** class.bopreferences.inc.php 4 Jun 2002 17:24:08 -0000       1.1.1.1.2.5
--- class.bopreferences.inc.php 5 Jun 2002 21:56:53 -0000       1.1.1.1.2.6
***************
*** 110,114 ****
                                        $data['username']               = 
$GLOBALS['phpgw_info']['user']['preferences']['email']['userid'];
  
!                               
if(!empty($GLOBALS['phpgw_info']['user']['preferences']['email']['key']))
                                        $data['key']                    = 
$GLOBALS['phpgw_info']['user']['preferences']['email']['passwd'];
  
--- 110,114 ----
                                        $data['username']               = 
$GLOBALS['phpgw_info']['user']['preferences']['email']['userid'];
  
!                               
if(!empty($GLOBALS['phpgw_info']['user']['preferences']['email']['passwd']))
                                        $data['key']                    = 
$GLOBALS['phpgw_info']['user']['preferences']['email']['passwd'];
  




reply via email to

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