|
From: Jon O. <jon...@us...> - 2008-07-08 22:08:43
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12098 Modified Files: kb_app.php Log Message: Still updating/debugging generic core comments Index: kb_app.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_app.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_app.php 3 Jun 2008 20:10:29 -0000 1.3 --- kb_app.php 8 Jul 2008 22:08:39 -0000 1.4 *************** *** 37,40 **** --- 37,41 ---- 'BLOCK_ID' => $mx_block->block_id, 'PAGE_ID' => $mx_page->page_id, + 'START' => $_GET['start'], 'ARTICLE_PATH' => $article_path, |