|
From: MW <jo...@us...> - 2008-02-12 12:38:02
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24872/modules/mx_mod_rewrite/includes Modified Files: rewrite_functions.php Log Message: fixing missing $phpEx in globals Index: rewrite_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes/rewrite_functions.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** rewrite_functions.php 11 Feb 2008 11:13:18 -0000 1.10 --- rewrite_functions.php 12 Feb 2008 12:37:57 -0000 1.11 *************** *** 23,27 **** function encode($url) { ! global $mx_root_path; if (substr_count($url, 'modrewrite=no')) --- 23,27 ---- function encode($url) { ! global $mx_root_path, $phpEx; if (substr_count($url, 'modrewrite=no')) |