|
From: Jon O. <jon...@us...> - 2006-06-18 10:47:17
|
Update of /cvsroot/mxbb/mx_profilecp/profilcp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26950/modules/mx_profilecp/profilcp Modified Files: profilcp_privmsg_popup.php uacp.php Log Message: update Index: uacp.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/uacp.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** uacp.php 2 May 2006 23:28:36 -0000 1.6 --- uacp.php 18 Jun 2006 10:47:14 -0000 1.7 *************** *** 51,55 **** // mx_init_userprefs($userdata); - //-- fin mod : profile cp -------------------------------------------------------------------------- --- 51,54 ---- Index: profilcp_privmsg_popup.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profilcp/profilcp_privmsg_popup.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** profilcp_privmsg_popup.php 5 Apr 2006 23:04:42 -0000 1.5 --- profilcp_privmsg_popup.php 18 Jun 2006 10:47:14 -0000 1.6 *************** *** 36,43 **** $page_title = $lang['Private_Messaging']; include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! ! $template->set_filenames(array( ! 'body' => 'privmsgs_popup.tpl') ! ); if ( $userdata['session_logged_in'] ) --- 36,41 ---- $page_title = $lang['Private_Messaging']; include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! ! $template->set_filenames(array( 'body' => 'privmsgs_popup.tpl') ); if ( $userdata['session_logged_in'] ) *************** *** 59,63 **** $template->assign_vars(array( ! 'L_CLOSE_WINDOW' => $lang['Close_window'], 'L_MESSAGE' => $l_new_message) ); --- 57,61 ---- $template->assign_vars(array( ! 'L_CLOSE_WINDOW' => $lang['Close_window'], 'L_MESSAGE' => $l_new_message) ); |