|
From: OryNider <ory...@us...> - 2008-01-13 21:42:30
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6382 Modified Files: mx_functions_phpbb.php Log Message: mx_message_die upgrade again ;) Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** mx_functions_phpbb.php 13 Jan 2008 18:36:28 -0000 1.36 --- mx_functions_phpbb.php 13 Jan 2008 21:42:25 -0000 1.37 *************** *** 313,317 **** if(defined('HAS_DIED')) { ! die("message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?"); } --- 313,317 ---- if(defined('HAS_DIED')) { ! print_r("mx_message_die() was called multiple times. This isn't supposed to happen. Was mx_message_die() used in page_tail.php? <br /><br />"); } |