|
From: Jon O. <jon...@us...> - 2008-07-13 19:38:47
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5293 Modified Files: simpledoc__tab-view-content.php simpledoc__tab-view-publish.php Log Message: related... Index: simpledoc__tab-view-publish.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-view-publish.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** simpledoc__tab-view-publish.php 22 Jul 2007 21:09:01 -0000 1.7 --- simpledoc__tab-view-publish.php 13 Jul 2008 19:38:44 -0000 1.8 *************** *** 102,106 **** $html = IoFile::read($path); ! //$html = mx_decode($html,''); $search = array ( --- 102,106 ---- $html = IoFile::read($path); ! //$html = $mx_bbcode->decode($html,''); $search = array ( Index: simpledoc__tab-view-content.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-view-content.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** simpledoc__tab-view-content.php 22 Jul 2007 21:09:00 -0000 1.6 --- simpledoc__tab-view-content.php 13 Jul 2008 19:38:44 -0000 1.7 *************** *** 102,106 **** $html = IoFile::read($path); ! //$html = mx_decode($html,''); $search = array ( --- 102,106 ---- $html = IoFile::read($path); ! //$html = $mx_bbcode->decode($html,''); $search = array ( |