Browse Source

fixed a spurious 'notice' when used as library

pull/5/merge
Martin Monperrus 13 years ago
parent
commit
bf49236033
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -1379,7 +1379,7 @@ class BibEntry {
// referrer, the id pf a collection of objects // referrer, the id pf a collection of objects
// see also http://www.openurl.info/registry/docs/pdf/info-sid.pdf // see also http://www.openurl.info/registry/docs/pdf/info-sid.pdf
$url_parts[]='rfr_id='.s3988('info:sid/'.$_SERVER['HTTP_HOST'].':'.@$_GET[Q_FILE]);
$url_parts[]='rfr_id='.s3988('info:sid/'.@$_SERVER['HTTP_HOST'].':'.@$_GET[Q_FILE]);
$url_parts[]='rft.date='.s3988($this->getYear()); $url_parts[]='rft.date='.s3988($this->getYear());

Loading…
Cancel
Save