Browse Source

fixes a regression due to fe294ab5

pull/30/merge
Martin Monperrus 10 years ago
parent
commit
01d227be46
  1. 1
      bibtexbrowser.php

1
bibtexbrowser.php

@ -2191,7 +2191,6 @@ function compare_bib_entries($bib1, $bib2) {
function createQueryString($array_param) { function createQueryString($array_param) {
// then a simple transformation and implode // then a simple transformation and implode
foreach ($array_param as $key => $val) { foreach ($array_param as $key => $val) {
if ($key == Q_FILE) { continue; }
// the inverse transformation should also be implemented into query2title // the inverse transformation should also be implemented into query2title
if($key == Q_INNER_AUTHOR) { $key = Q_AUTHOR; } if($key == Q_INNER_AUTHOR) { $key = Q_AUTHOR; }
if($key == Q_INNER_TYPE) { $key = Q_TYPE; } if($key == Q_INNER_TYPE) { $key = Q_TYPE; }

Loading…
Cancel
Save