|
From: Jon O. <jon...@us...> - 2008-07-08 22:07:10
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10399/modules Modified Files: bugsbt_index.php Log Message: Still updating/debugging generic core comments Index: bugsbt_index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bugsbt_index.php 3 Jun 2008 20:07:47 -0000 1.6 --- bugsbt_index.php 8 Jul 2008 22:07:06 -0000 1.7 *************** *** 36,39 **** --- 36,40 ---- 'BLOCK_ID' => $mx_block->block_id, 'PAGE_ID' => $mx_page->page_id, + 'START' => $_GET['start'], 'BUG_PATH' => $bug_path, |