|
From: Jon O. <jon...@us...> - 2005-10-24 20:18:17
|
Update of /cvsroot/mxbb/mx_profilecp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1692/modules/mx_profilecp Modified Files: profile.php Log Message: replaced all message_die with mx_message_die Index: profile.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profile.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** profile.php 23 Oct 2005 18:51:56 -0000 1.6 --- profile.php 24 Oct 2005 20:18:07 -0000 1.7 *************** *** 300,304 **** { // $msg = sprintf($lang['Click_return_inbox'], '<a href="' . append_sid(this_profile_mxurl("mode=privmsg&sub=$folder")) . '">', '</a> ') . '<br /><br />' . sprintf($lang['Click_return_index'], '<a href="' . append_sid(this_profile_mxurl()) . '">', '</a>'); ! // message_die(GENERAL_MESSAGE, $msg); $redirect = str_replace("?", "&", this_profile_mxurl("mode=$mode&sub=$sub&debugg=on") ); mx_redirect(append_sid($mx_root_path . "login.$phpEx?redirect=". $redirect, true)); --- 300,304 ---- { // $msg = sprintf($lang['Click_return_inbox'], '<a href="' . append_sid(this_profile_mxurl("mode=privmsg&sub=$folder")) . '">', '</a> ') . '<br /><br />' . sprintf($lang['Click_return_index'], '<a href="' . append_sid(this_profile_mxurl()) . '">', '</a>'); ! // mx_message_die(GENERAL_MESSAGE, $msg); $redirect = str_replace("?", "&", this_profile_mxurl("mode=$mode&sub=$sub&debugg=on") ); mx_redirect(append_sid($mx_root_path . "login.$phpEx?redirect=". $redirect, true)); |