diff php/save.php @ 2635:325e1ca3e03b

Un-mute errors in save.php
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 19 Jan 2017 13:03:08 +0000
parents 7d2267e094ca
children 8fc8d28d8e8e
line wrap: on
line diff
--- a/php/save.php	Thu Jan 19 13:01:25 2017 +0000
+++ b/php/save.php	Thu Jan 19 13:03:08 2017 +0000
@@ -20,7 +20,7 @@
 header("Pragma: no-cache");
 header('Access-Control-Allow-Origin: *');
 header("Content-type: text/xml");
-error_reporting(0);
+//error_reporting(0);
 
 // Load up the parameters
 $saveFilenamePrefix = '';