Remove the error_reporting from rss.php

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3530 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-04-24 13:00:08 +00:00
parent 5f93c7b55b
commit 369536faae

View File

@@ -3,7 +3,6 @@
@package domframework @package domframework
@author Dominique Fournier <dominique@fournier38.fr> */ @author Dominique Fournier <dominique@fournier38.fr> */
error_reporting (E_ALL);
require_once ("domframework/verify.php"); require_once ("domframework/verify.php");
require_once ("domframework/convert.php"); require_once ("domframework/convert.php");