[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.43.2.2
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.43.2.2.2.3,1.43.2.2.2.4 |
Date: |
Sat, 03 May 2003 08:15:37 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv11139
Modified Files:
Tag: Version-0_9_16-branch
class.preferences.inc.php
Log Message:
small fix, added a wrapper for the renamed function email_address (was
sub_default_addres) for email/anglemail
Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.43.2.2.2.3
retrieving revision 1.43.2.2.2.4
diff -C2 -r1.43.2.2.2.3 -r1.43.2.2.2.4
*** class.preferences.inc.php 2 May 2003 01:28:47 -0000 1.43.2.2.2.3
--- class.preferences.inc.php 3 May 2003 12:15:35 -0000 1.43.2.2.2.4
***************
*** 725,728 ****
--- 725,733 ----
}
+ function sub_default_address($account_id='')
+ {
+ return $this->email_address($account_id);
+ }
+
/*!
@function create_email_preferences
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.43.2.2.2.3,1.43.2.2.2.4,
Ralf Becker <address@hidden> <=