[Easymod-cvs] easymod2/mods/easymod/em_includes em_functions.php,1.12,1.13
Status: Beta
Brought to you by:
wgeric
|
From: Eric F. <wg...@us...> - 2005-06-28 19:25:56
|
Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7662/mods/easymod/em_includes Modified Files: em_functions.php Log Message: fix for bug 1228640, the inline edits bug Index: em_functions.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_functions.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** em_functions.php 23 Jun 2005 02:48:24 -0000 1.12 --- em_functions.php 28 Jun 2005 19:25:46 -0000 1.13 *************** *** 565,569 **** { $cur_template = preg_replace('#templates/(.*?)/.*#i','$1',$file_list[$file_count]->path); ! $search_fragment = ($cur_template == '') ? $search_array : str_replace('subSilver',$cur_template,$search_fragment); $found_fragment = false ; --- 565,569 ---- { $cur_template = preg_replace('#templates/(.*?)/.*#i','$1',$file_list[$file_count]->path); ! $search_fragment = ($cur_template == '') ? $search_fragment : str_replace('subSilver',$cur_template,$search_fragment); $found_fragment = false ; |