Compare commits

...

1 Commits

Author SHA1 Message Date
Martin Monperrus 8c0952712a
fix: fix constant usage before declaration 4 years ago
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -46,7 +46,7 @@ function c($key) { // shortcut
// it will help you to upgrade the script with a new version
// 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(@$_GET[Q_FILE].'.local.php');
@include('bibtexbrowser.local.php');
@include(preg_replace('/\.php$/','.local.php',__FILE__));
// the encoding of your bibtex file

Loading…
Cancel
Save