|
From: Florin C B. <ory...@us...> - 2013-06-19 12:22:43
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24773 Modified Files: mx_functions_core.php Log Message: fixes modules Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.131 retrieving revision 1.132 diff -C2 -d -r1.131 -r1.132 *** mx_functions_core.php 18 Jun 2013 21:05:04 -0000 1.131 --- mx_functions_core.php 19 Jun 2013 12:22:41 -0000 1.132 *************** *** 3439,3443 **** function add_js_file($path = '') { ! $this->mxbb_js_addup[] = $mx_block->module_root_path . $path; } --- 3439,3445 ---- function add_js_file($path = '') { ! //global $mx_block, $module_root_path; ! //$this->mxbb_js_addup[] = $mx_block->module_root_path . $path; ! $this->mxbb_js_addup[] = $path; } |