|
From: FlorinCB <ory...@us...> - 2009-02-25 10:46:00
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8363 Modified Files: bbcode.php Log Message: back to oler version which works Index: bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/bbcode.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bbcode.php 25 Feb 2009 07:29:58 -0000 1.6 --- bbcode.php 25 Feb 2009 10:45:48 -0000 1.7 *************** *** 31,34 **** --- 31,39 ---- mt_srand( (double) microtime() * 1000000); + // + // Now load some bbcodes, to be extended for this backend (see below) + // + //include_once($mx_root_path . 'includes/mx_functions_bbcode.' . $phpEx); // BBCode associated functions + // /** |