[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.7,1.8
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-05-06 22:23:52
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18339/mods/easymod Modified Files: easymod_install.php Log Message: - Added DIY INSTRUCTIONS. I have it displayed after the SQL Processing screen, may want to move to After Post process screen - Also fixed a bug, I should make sure everything works before commiting Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** easymod_install.php 6 May 2005 21:24:10 -0000 1.7 --- easymod_install.php 6 May 2005 22:23:44 -0000 1.8 *************** *** 158,162 **** function find_lang_admin( $find_str, &$fin, $close = false) { ! global $phpEx ; // if we've not opened the file yet, then do so --- 158,162 ---- function find_lang_admin( $find_str, &$fin, $close = false) { ! global $phpEx, $phpbb_root_path ; // if we've not opened the file yet, then do so |