Mercurial > hg > extraction-interface
comparison models/extractapp.php @ 84:ecc4b22e9b05 extractapp
Bug fixed: missing section id variable in export table from LGservice.
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Thu, 23 Apr 2015 17:06:03 +0200 |
| parents | 7b05275b7a70 |
| children | 0141df465205 |
comparison
equal
deleted
inserted
replaced
| 83:7b05275b7a70 | 84:ecc4b22e9b05 |
|---|---|
| 687 | 687 |
| 688 public function ExportTable($postdata, $isFromFile) { | 688 public function ExportTable($postdata, $isFromFile) { |
| 689 if ($isFromFile) { | 689 if ($isFromFile) { |
| 690 $content = $this->lg_text; | 690 $content = $this->lg_text; |
| 691 $topic = $this->topic; | 691 $topic = $this->topic; |
| 692 $sectionId = $this->section_id; | 692 $section_id = $this->section_id; |
| 693 $sectionName = $this->section_name; | 693 $sectionName = $this->section_name; |
| 694 $bookId = $this->book_id; | 694 $bookId = $this->book_id; |
| 695 $bookName = $this->book_name; | 695 $bookName = $this->book_name; |
| 696 | 696 |
| 697 $taglistArray = $this->taglist_infile; | 697 $taglistArray = $this->taglist_infile; |
