[Easymod-cvs] easymod/install/em_files/admin em_manage.php,1.1,1.2
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-12-06 23:55:17
|
Update of /cvsroot/easymod/easymod/install/em_files/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5656/admin Modified Files: em_manage.php Log Message: - DIY INSTRUCTIONS is now in the processed list on step two - commiting the SQL template which it looks like I missed Index: em_manage.php =================================================================== RCS file: /cvsroot/easymod/easymod/install/em_files/admin/em_manage.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** em_manage.php 4 Dec 2005 03:12:30 -0000 1.1 --- em_manage.php 6 Dec 2005 23:55:06 -0000 1.2 *************** *** 233,237 **** for( $i = 0, $total = sizeof($action_data); $i < $total; $i++ ) { ! display_mod_action('unprocessed', $action, $action_data[$i]); } break; --- 233,237 ---- for( $i = 0, $total = sizeof($action_data); $i < $total; $i++ ) { ! display_mod_action('processed', $action, $action_data[$i]); } break; |