Skip to content

Commit

Permalink
*4965* Removed asc/desc cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 9, 2011
1 parent 0c34807 commit 939f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/article/PublishedArticleDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function &getPublishedArticlesByDOI($doi, $journalId = null, $rangeInfo = null)
AND a.doi = ?
' . ($journalId !== null?'AND a.journal_id = ?':'') . '
AND a.status <> ' . STATUS_ARCHIVED . '
ORDER BY date_published '. ($reverse?'DESC':'ASC'),
ORDER BY date_published',
$params,
$rangeInfo
);
Expand Down

0 comments on commit 939f975

Please sign in to comment.