|
From: Jon O. <jon...@us...> - 2008-06-08 18:41:40
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19007 Modified Files: Tag: core28x page_tail.php Log Message: Oops, debug output present. Index: page_tail.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_tail.php,v retrieving revision 1.32.2.6 retrieving revision 1.32.2.7 diff -C2 -d -r1.32.2.6 -r1.32.2.7 *** page_tail.php 3 Jun 2008 21:00:26 -0000 1.32.2.6 --- page_tail.php 8 Jun 2008 18:40:54 -0000 1.32.2.7 *************** *** 45,49 **** if (!empty($mx_page->last_updated)) { - echo(var_export($board_config)); $editor_name_tmp = mx_get_userdata($mx_page->last_updated_by); $editor_name = $editor_name_tmp['username']; --- 45,48 ---- |