Project

General

Profile

« Previous | Next » 

Revision aa00150a

Added by Niels Hoffmann over 14 years ago

View differences:

modules/cdm_dataportal/cdm_api/cdm_api.module
767 767
          drupal_set_message('_http_request_curl() - '.curl_error($ch).'; REQUEST-METHOD:'.$method.' URL: '.substr($uri.' ', 0, 150), 'error');
768 768
        }
769 769
    }
770
    curl_close ($ch);
771
    $string = ob_get_contents();
772
    ob_end_clean();
773
 
774
    
775
    
776
    echo "Break for: ";
777
    print_r($string);
778
    exit;
779
    
780
    
781 770
    return $string;
782 771
}
783 772

  

Also available in: Unified diff