|
From: FlorinCB <ory...@us...> - 2008-11-06 00:05:49
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv888 Modified Files: template.php Log Message: some temple isuses fixed Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** template.php 1 Nov 2008 18:13:32 -0000 1.35 --- template.php 6 Nov 2008 00:05:43 -0000 1.36 *************** *** 919,925 **** * includes file or executes code */ ! function execute($filename, $code, $handle) { ! global $lang, $theme, $board_config; global $admin_script; --- 919,925 ---- * includes file or executes code */ ! function execute($filename, $code, $handle, $include_once = true) { ! global $lang, $theme, $board_config, $mx_user; global $admin_script; |