Martin Monperrus 4 years ago
committed by GitHub
parent
commit
b715c7e6de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      bibtexbrowser.php

7
bibtexbrowser.php

@ -306,13 +306,6 @@ function get_target() {
function _zetDB($bibtex_filenames) {
$db = null;
// Check if magic_quotes_runtime is active
if(get_magic_quotes_runtime())
{
// Deactivate
// otherwise it does not work
set_magic_quotes_runtime(false);
}
// default bib file, if no file is specified in the query string.
if (!isset($bibtex_filenames) || $bibtex_filenames == "") {

Loading…
Cancel
Save