You are here

function ws_performance_specific_report in Web Service Data 7

1 string reference to 'ws_performance_specific_report'
ws_performance_menu in modules/ws_performance/ws_performance.module
Implements hook_menu().

File

modules/ws_performance/ws_performance.admin.inc, line 87

Code

function ws_performance_specific_report($wsconfig, $event) {
  $form = array();
  return $form;
}