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