From 4ac4c436d43d8224e40d9a67cfd227579df4df10 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Sun, 2 Oct 2011 22:44:45 +0200 Subject: [PATCH] =?UTF-8?q?added=20support=20for=20editor=20search=20(sugg?= =?UTF-8?q?ested=20by=20Sebastian=20Sch=C3=B6ps)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibtexbrowser.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 1d069cc..b302dfb 100755 --- a/bibtexbrowser.php +++ b/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]; }