Martin Monperrus
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
bibtexbrowser.php
|
@ -3123,7 +3123,7 @@ class SimpleDisplay { |
|
|
|
|
|
|
|
|
var $headingLevel = BIBTEXBROWSER_HTMLHEADINGLEVEL; |
|
|
var $headingLevel = BIBTEXBROWSER_HTMLHEADINGLEVEL; |
|
|
|
|
|
|
|
|
function __construct($db = NULL, $query = NULL) { |
|
|
|
|
|
|
|
|
function __construct($db = NULL, $query = array()) { |
|
|
if ($db == NULL) return; |
|
|
if ($db == NULL) return; |
|
|
$this->setEntries($db->multisearch($query)); |
|
|
$this->setEntries($db->multisearch($query)); |
|
|
} |
|
|
} |
|
|