Browse Source

added support for editor search (suggested by Sebastian Schöps)

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 14 years ago
parent
commit
4ac4c436d4
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2875,6 +2875,8 @@ class Dispatcher {
function exclude() { $this->query[Q_EXCLUDE]=$_GET[Q_EXCLUDE]; }
function year() { $this->query[Q_YEAR]=$_GET[Q_YEAR]; }
function editor() { $this->query[EDITOR]=$_GET[EDITOR]; }
function keywords() { $this->query[Q_TAG]=$_GET[Q_TAG]; }

Loading…
Cancel
Save