[Mapbender-commits] r2900 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Sep 1 04:53:14 EDT 2008
Author: astrid_emde
Date: 2008-09-01 04:53:14 -0400 (Mon, 01 Sep 2008)
New Revision: 2900
Modified:
branches/2.5/http/php/mb_listWMCs.php
Log:
error_reporting set, don't report notices and warnings
Modified: branches/2.5/http/php/mb_listWMCs.php
===================================================================
--- branches/2.5/http/php/mb_listWMCs.php 2008-09-01 08:06:38 UTC (rev 2899)
+++ branches/2.5/http/php/mb_listWMCs.php 2008-09-01 08:53:14 UTC (rev 2900)
@@ -19,6 +19,7 @@
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__) . "/../classes/class_administration.php");
require_once(dirname(__FILE__) . "/../classes/class_wmc.php");
+ini_set('error_reporting', 'E_ALL & ~ E_NOTICE & ~ E_WARNINGS');
$gui_id = $_SESSION["mb_user_gui"];
$user_id = $_SESSION["mb_user_id"];
More information about the Mapbender_commits
mailing list