Changeset 3051
- Timestamp:
- 07/14/10 15:19:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/preferences/templates/default/changepassword_default.php
r2638 r3051 70 70 { 71 71 $GLOBALS['phpgw_info']['user']['passwd'] = $passwd_changed; 72 $_SESSION['phpgw_info']['expresso']['user']['account_lid'] = $GLOBALS['phpgw_info']['user']['account_lid']; 73 include(dirname( __FILE__ ).'/../../../expressoAdmin1_2/inc/class.db_functions.inc.php'); 74 $db_functions = new db_functions(); 75 $db_functions->write_log('modified user password','User change its own password in preferences'); 72 76 $GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id']; 73 77 $GLOBALS['hook_values']['old_passwd'] = $o_passwd;
Note: See TracChangeset
for help on using the changeset viewer.