Skip to content

Commit

Permalink
*5648* Implement NLM-OAI citation output - part I: NLM 3.0 ref filter…
Browse files Browse the repository at this point in the history
… and filter unit test
  • Loading branch information
fgrandel committed Aug 4, 2010
1 parent 1a1cf59 commit 99b73e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion classes/monograph/Monograph.inc.php
Expand Up @@ -17,7 +17,6 @@
* @brief Class for a Monograph.
*/

// $Id$

// Submission status constants
define('STATUS_ARCHIVED', 0);
Expand Down Expand Up @@ -47,6 +46,12 @@ function Monograph() {
parent::Submission();
}

/**
* @see Submission::getAssocType()
*/
function getAssocType() {
return ASSOC_TYPE_MONOGRAPH;
}

/**
* Set the submitter user group Id
Expand Down

0 comments on commit 99b73e2

Please sign in to comment.