Skip to content

Commit

Permalink
Fixed Sorting 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ntenisOT committed Jun 20, 2012
1 parent 89998b8 commit 32ea01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibtex/BibTex.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function parser( $file = null, $data = null ) {
rsort($this->yearData);
arsort($this->reverseYears);

print_r($this->reverseYears);
print_r($this->yearData);

global $sortby;

Expand Down

0 comments on commit 32ea01c

Please sign in to comment.