ogs-cs@86
gareth 2007-02-24 00:41:59 +00:00
parent ffbdc16636
commit 7f6902d7d9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?
error_reporting(E_ALL); // Remember kids, PHP errors kill XML-RPC responses!
error_reporting(0); // Remember kids, PHP errors kill XML-RPC responses!
// include all the common stuff
include("../common/xmlrpc.inc.php");