Project

General

Profile

« Previous | Next » 

Revision 3daa3743

Added by Andreas Kohlbecker almost 11 years ago

removing out commented code related to #3005, #3006, #3008, #3009, #3010, #3011, #3012

View differences:

7.x/modules/cdm_dataportal/cdm_api/cdm_api.module
630 630
    $uri_pattern .= (strpos($uri_pattern, '?') !== FALSE ? '&' : '?') . $query;
631 631
  }
632 632

  
633
  // @WA: $ws_name seems unused
634
  // $path = $ws_name.$uri_pattern;
635 633
  $path = $uri_pattern;
636 634

  
637 635
  $uri = variable_get('cdm_webservice_url', '') . $path;

Also available in: Unified diff