Mercurial > hg > extraction-interface
changeset 41:533a6c39c128 extractapp
save xml file to LGService
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 10 Mar 2015 14:13:21 +0100 |
| parents | 2e938dc046db |
| children | c245d54eab9f |
| files | develop/models/extractapp.php |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/develop/models/extractapp.php Tue Mar 10 13:46:16 2015 +0100 +++ b/develop/models/extractapp.php Tue Mar 10 14:13:21 2015 +0100 @@ -460,7 +460,7 @@ // execute the request // **** commended to DEBUG *** - //$output = curl_exec($ch); + $output = curl_exec($ch); // ***** // output the profile information - includes the header
