[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.11,1.12
Status: Beta
Brought to you by:
wgeric
From: Jim W. <ter...@us...> - 2005-05-27 09:24:48
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32665/mods/easymod Modified Files: easymod_install.php Log Message: - Fixed bug #1204619 Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** easymod_install.php 25 May 2005 01:10:39 -0000 1.11 --- easymod_install.php 27 May 2005 09:24:26 -0000 1.12 *************** *** 227,231 **** if ( $rescan) { ! $install_step = 1 ; } --- 227,232 ---- if ( $rescan) { ! //$install_step = 1 ; ! display_step1b_idunno() ; } *************** *** 434,438 **** else if ( $option == 'idunno') { ! display_step1_substep_b() ; } else if ( $option == 'post_process') --- 435,439 ---- else if ( $option == 'idunno') { ! display_step1b_idunno() ; } else if ( $option == 'post_process') |