Пример #1
0
 /**
  * Remove the proposed location. Also removes the editors who proposed the location.
  *
  * @return boolean true on success, false on failure
  * @access public
  */
 function removeProposedLocation()
 {
     $this->_status->setProposedFor(0);
     $this->_editors->delAllWithOneValue(RESOURCE_EDITION_LOCATION, 2);
     //remove the edition
     $this->_status->delEdition(RESOURCE_EDITION_LOCATION);
     //remove any validations refused
     $this->_status->delValidationRefused(RESOURCE_EDITION_LOCATION);
 }