From 2a80513646acdcea06d08e24bf351fbdd5e996ae Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Tue, 2 Nov 2021 08:22:41 +0100 Subject: [PATCH] fix: fix error by double inclusion (thanks Edward Sternin) --- bibtexbrowser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 368bb06..d5551f4 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -47,7 +47,6 @@ function c($key) { // shortcut // the changes that require existing bibtexbrowser symbols should be in bibtexbrowser.after.php (included at the end of this file) // per bibtex file configuration @include('bibtexbrowser.local.php'); -@include(preg_replace('/\.php$/','.local.php',__FILE__)); // the encoding of your bibtex file @define('BIBTEX_INPUT_ENCODING','UTF-8');//@define('BIBTEX_INPUT_ENCODING','iso-8859-1');//define('BIBTEX_INPUT_ENCODING','windows-1252');