|
From: Jon O. <jon...@us...> - 2005-10-24 20:18:17
|
Update of /cvsroot/mxbb/mx_profilecp/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1692/modules/mx_profilecp/tools Modified Files: tools_groules_buddy_list_to_pcp.php Log Message: replaced all message_die with mx_message_die Index: tools_groules_buddy_list_to_pcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/tools/tools_groules_buddy_list_to_pcp.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tools_groules_buddy_list_to_pcp.php 22 Sep 2005 21:26:05 -0000 1.2 --- tools_groules_buddy_list_to_pcp.php 24 Oct 2005 20:18:07 -0000 1.3 *************** *** 57,61 **** $msg = 'All done : you can now remove ' . $table_prefix . 'buddies and this prog<br /><br />' . sprintf ($lang['Click_return_index'], '<a href="' . append_sid ('index.'.$phpEx) . '">', '</a>'); ! message_die (GENERAL_MESSAGE, $msg); ?> \ No newline at end of file --- 57,61 ---- $msg = 'All done : you can now remove ' . $table_prefix . 'buddies and this prog<br /><br />' . sprintf ($lang['Click_return_index'], '<a href="' . append_sid ('index.'.$phpEx) . '">', '</a>'); ! mx_message_die (GENERAL_MESSAGE, $msg); ?> \ No newline at end of file |