|
|
| 206 |
|
206 |
|
| 207 |
$section->setTitle($this->getData('title'), null); // Localized |
207 |
$section->setTitle($this->getData('title'), null); // Localized |
| 208 |
$section->setAbbrev($this->getData('abbrev'), null); // Localized |
208 |
$section->setAbbrev($this->getData('abbrev'), null); // Localized |
| 209 |
$section->setReviewFormId($this->getData('reviewFormId')); |
209 |
$reviewFormId = $this->getData('reviewFormId'); |
|
|
210 |
if ($reviewFormId === '') $reviewFormId = null; |
| 211 |
$section->setReviewFormId($reviewFormId); |
| 210 |
$section->setMetaIndexed($this->getData('metaIndexed') ? 0 : 1); // #2066: Inverted |
212 |
$section->setMetaIndexed($this->getData('metaIndexed') ? 0 : 1); // #2066: Inverted |
| 211 |
$section->setMetaReviewed($this->getData('metaReviewed') ? 0 : 1); // #2066: Inverted |
213 |
$section->setMetaReviewed($this->getData('metaReviewed') ? 0 : 1); // #2066: Inverted |
| 212 |
$section->setAbstractsNotRequired($this->getData('abstractsNotRequired') ? 1 : 0); |
214 |
$section->setAbstractsNotRequired($this->getData('abstractsNotRequired') ? 1 : 0); |