From 894da865658a5e8c1603bdfe4c82d93d95eb42a6 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Tue, 14 Jun 2011 15:39:05 +0200 Subject: [PATCH] solved bug reported by Jonathan Currie regarding the AcademicDisplay --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index e933b5b..380ebb8 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2854,7 +2854,7 @@ class Dispatcher { function academic() { $this->displayer='AcademicDisplay'; // backward compatibility - if($_GET[Q_ACADEMIC]!==true && $_GET[Q_ACADEMIC]!='') { + if($_GET[Q_ACADEMIC]!=true && $_GET[Q_ACADEMIC]!='') { $_GET[Q_AUTHOR]=$_GET[Q_ACADEMIC]; $this->query[Q_AUTHOR]=$_GET[Q_ACADEMIC]; }