proceed_ajax("modelling",$plugin,$sub); if($file){ include $file; } break; case 'contribution_area': if ($pmb_contribution_area_activate) { $module_modelling = new module_modelling(); if(!isset($id)) { $id = 0; } else { $id = intval($id); } $module_modelling->set_object_id($id); $module_modelling->proceed_ajax_contribution_area(); } break; case 'computed_fields': $module_modelling = new module_modelling(); $module_modelling->proceed_ajax_computed_fields(); break; case 'extended_search' : require_once($class_path."/search.class.php"); if(!isset($search_xml_file)) $search_xml_file = ''; if(!isset($search_xml_file_full_path)) $search_xml_file_full_path = ''; $sc=new search(true, $search_xml_file, $search_xml_file_full_path); $sc->proceed_ajax(); break; default: break; endswitch;