|
From: MW <jo...@us...> - 2008-02-11 11:13:22
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9731/modules/mx_mod_rewrite/includes Modified Files: rewrite_functions.php Log Message: code styling: replaced hard coded .php file extentions with $phpEx Index: rewrite_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/includes/rewrite_functions.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** rewrite_functions.php 4 Feb 2008 16:51:35 -0000 1.9 --- rewrite_functions.php 11 Feb 2008 11:13:18 -0000 1.10 *************** *** 45,51 **** // Load Custom Defs (if any) // ! if ( file_exists( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_custom_defs.php' ) ) { ! include_once( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_custom_defs.php' ); if (class_exists('mx_mod_rewrite_custom')) --- 45,51 ---- // Load Custom Defs (if any) // ! if ( file_exists( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_custom_defs.' . $phpEx ) ) { ! include_once( $mx_root_path . 'modules/mx_mod_rewrite/includes/rewrite_custom_defs.' . $phpEx ); if (class_exists('mx_mod_rewrite_custom')) |