|
From: Jon O. <jon...@us...> - 2005-09-09 16:38:28
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1122/includes Modified Files: mx_functions_admincp.php Log Message: forgotten images removed bad config.php Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_functions_admincp.php 9 Sep 2005 08:53:03 -0000 1.5 --- mx_functions_admincp.php 9 Sep 2005 16:38:20 -0000 1.6 *************** *** 2273,2277 **** { $module_data = explode($delimeter, trim($fcontents[$i])); ! switch( $module_data[0] ) { --- 2273,2277 ---- { $module_data = explode($delimeter, trim($fcontents[$i])); ! echo($module_data[0].'<br>'); switch( $module_data[0] ) { *************** *** 2364,2369 **** --- 2364,2371 ---- $safe_row = get_info(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_name', $module_data['3']); + if( $module_data['4'] == 'endoflist' ) { + /* $old_items = $this->get_old_items(PARAMETER_TABLE, 'function_id', $function_id, 'parameter_id', $exists_par_ids); *************** *** 2376,2379 **** --- 2378,2382 ---- $delete_par = true; } + */ } else if( $safe_row ) |