Mercurial > hg > extraction-interface
diff develop/models/extractapp.php @ 38:4b3da4802998 extractapp
config for localgazetteers-dev
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 06 Mar 2015 17:56:48 +0100 |
parents | fc7342914cdf |
children | 8347776a44fc |
line wrap: on
line diff
--- a/develop/models/extractapp.php Fri Mar 06 15:53:42 2015 +0100 +++ b/develop/models/extractapp.php Fri Mar 06 17:56:48 2015 +0100 @@ -62,9 +62,9 @@ $this->book_id = $_postdata['bookId']; $this->book_name = $_postdata['bookName']; - // get from URL with file_id $lg_text_url = $this->get_text_from_sectionId_url.$section_id; + $lg_text = file_get_contents($lg_text_url); $stringInput = $lg_text;