Browse Source

remove extraneous error_reporting, this shoud be set at the system level or in bibtexbrowser.local.php

pull/81/merge
Martin Monperrus 8 years ago
parent
commit
d41963723a
  1. 5
      bibtexbrowser.php

5
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("session.use_trans_sid",0);
@ini_set("url_rewriter.tags",""); @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) { function config_value($key) {
global $CONFIGURATION; global $CONFIGURATION;
if (isset($CONFIGURATION[$key])) { return $CONFIGURATION[$key]; } if (isset($CONFIGURATION[$key])) { return $CONFIGURATION[$key]; }

Loading…
Cancel
Save