From 69e214531fde04dab08a95bde86573dd2f781081 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 29 Oct 2010 12:45:37 +0200 Subject: [PATCH] minor --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 30f94e4..f743ea1 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1293,7 +1293,7 @@ function bib2html(&$bibentry) { /**bibtexbrowser uses this function which encapsulates the user-defined sections*/ function _DefaultBibliographySections() { $function = BIBLIOGRAPHYSECTIONS; - return $function($bibentry); + return $function(); } /** the default sections */