|
From: Jon O. <jon...@us...> - 2008-07-02 22:02:21
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14357 Modified Files: mx_last_msg.php Log Message: A couple of commenting fixes Removed debug output in phpbb2 last message block Index: mx_last_msg.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/mx_last_msg.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_last_msg.php 25 Jun 2008 23:45:42 -0000 1.10 --- mx_last_msg.php 2 Jul 2008 22:02:16 -0000 1.11 *************** *** 55,59 **** // $auth_data_sql_msg = $phpbb_auth->get_auth_forum(); - die(var_export($auth_data_sql_msg)); if ( empty($forum_lst_msg) ) --- 55,58 ---- |