From d41963723a85bf43696c60fd88a8ff8eba3204c8 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Wed, 30 Aug 2017 13:40:18 +0200 Subject: [PATCH] remove extraneous error_reporting, this shoud be set at the system level or in bibtexbrowser.local.php --- bibtexbrowser.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index b0a9506..ead0c12 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -241,11 +241,6 @@ define('Q_INNER_TYPE', 'x-bibtex-type');// used for representing the type of the @ini_set("session.use_trans_sid",0); @ini_set("url_rewriter.tags",""); -// we ensure that the pages won't get polluted -// if future versions of PHP change warning mechanisms... - -@error_reporting(/*pp4php:serl*/E_ALL/*lres*/); - function config_value($key) { global $CONFIGURATION; if (isset($CONFIGURATION[$key])) { return $CONFIGURATION[$key]; }