Mercurial > hg > extraction-interface
comparison develop/controllers/extractapp.php @ 24:b55f5d3564c4
add some regular expressions and wordlist for topic ??
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Fri, 27 Feb 2015 16:35:59 +0100 |
| parents | c805470cefee |
| children | 4b6d2d7e706e |
comparison
equal
deleted
inserted
replaced
| 23:a879f6b9d166 | 24:b55f5d3564c4 |
|---|---|
| 129 $viewmodel = $this->viewmodel; | 129 $viewmodel = $this->viewmodel; |
| 130 switch ($this->postdata['func']) { | 130 switch ($this->postdata['func']) { |
| 131 case 'Update': | 131 case 'Update': |
| 132 $viewmodel->UpdateTagsInTopic($this->postdata); | 132 $viewmodel->UpdateTagsInTopic($this->postdata); |
| 133 break; | 133 break; |
| 134 | |
| 134 default: | 135 default: |
| 135 $this->ReturnView($viewmodel->ConfigTagsInTopic($this->postdata), true); | 136 $this->ReturnView($viewmodel->ConfigTagsInTopic($this->postdata), true); |
| 136 break; | 137 break; |
| 137 } | 138 } |
| 138 } | 139 } |
