Browse Source

reverted a PHP4 incompatible change (no exception in PHP4)

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 14 years ago
parent
commit
1d326bad36
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -1231,7 +1231,7 @@ class BibEntry {
return $this->getKey(); return $this->getKey();
} }
throw new Exception('Unknown configuration value for ABBRV_TYPE');
die('Unknown configuration value for ABBRV_TYPE');
} }

Loading…
Cancel
Save