From 1d326bad369c7ba7e059225b32f3ec5baee241b0 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Sun, 11 Dec 2011 12:57:52 +0100 Subject: [PATCH] reverted a PHP4 incompatible change (no exception in PHP4) --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 1e90b69..6dc8245 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1231,7 +1231,7 @@ class BibEntry { return $this->getKey(); } - throw new Exception('Unknown configuration value for ABBRV_TYPE'); + die('Unknown configuration value for ABBRV_TYPE'); }