Browse Source

minor

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 15 years ago
parent
commit
69e214531f
  1. 2
      bibtexbrowser.php

2
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 */

Loading…
Cancel
Save