[Top][All Lists]
[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'];
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: felamimail/inc class.bopreferences.inc.php,1.1.1.1.2.5,1.1.1.1.2.6,
Lars Kneschke <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,1.5,1.6
- Next by Date:
[Phpgroupware-cvs] CVS: felamimail/setup tables_baseline.inc.php,NONE,1.1.2.1 setup.inc.php,1.2.2.6,1.2.2.7 tables_current.inc.php,1.1.1.1.2.4,1.1.1.1.2.5 tables_update.inc.php,1.1.1.1.2.3,1.1.1.1.2.4
- Previous by thread:
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,1.5,1.6
- Next by thread:
[Phpgroupware-cvs] CVS: felamimail/setup tables_baseline.inc.php,NONE,1.1.2.1 setup.inc.php,1.2.2.6,1.2.2.7 tables_current.inc.php,1.1.1.1.2.4,1.1.1.1.2.5 tables_update.inc.php,1.1.1.1.2.3,1.1.1.1.2.4
- Index(es):