Browse Source

reverted a PHP4 incompatible change (no exception in PHP4)

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 14 years ago
parent
commit
7ecfaef8ab
  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