includes/lang.php
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 345 4ccdfeee9a11
--- a/includes/lang.php	Wed Dec 26 00:37:26 2007 -0500
+++ b/includes/lang.php	Thu Dec 27 22:09:33 2007 -0500
@@ -318,7 +318,7 @@
     }
     catch(Zend_Json_Exception $e)
     {
-      $db->_die('lang.php - Exception caught by JSON parser');
+      $db->_die('lang.php - Exception caught by JSON parser</p><pre>' . htmlspecialchars(print_r($e, true)) . '</pre><p>');
       exit;
     }